postgresql: update to version 9.6.3
[feed/packages.git] / libs / postgresql / patches / 001-configure_fixes.patch
1 --- a/configure.in
2 +++ b/configure.in
3 @@ -25,7 +25,7 @@ recommended. You can remove the check f
4 your responsibility whether the result works or not.])])
5 AC_COPYRIGHT([Copyright (c) 1996-2016, PostgreSQL Global Development Group])
6 AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
7 -AC_CONFIG_AUX_DIR(config)
8 +AC_CONFIG_AUX_DIR([config])
9 AC_PREFIX_DEFAULT(/usr/local/pgsql)
10 AC_SUBST(configure_args, [$ac_configure_args])
11