Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00dcab commit f0f1b62Copy full SHA for f0f1b62
src/configure.in
@@ -1,6 +1,7 @@
1
dnl Process this file with autoconf to produce a configure script.
2
AC_INIT(backend/access/common/heaptuple.c)
3
AC_PREFIX_DEFAULT(/usr/local/pgsql)
4
+AC_CONFIG_HEADER(include/config.h)
5
6
AC_CANONICAL_HOST
7
@@ -342,8 +343,6 @@ LDFLAGS="$LDFLAGS $PGSQL_LDFLAGS"
342
343
export LDFLAGS
344
echo "- setting LDFLAGS=$LDFLAGS"
345
-AC_CONFIG_HEADER(include/config.h)
346
-
347
dnl Checks for programs.
348
AC_PROG_CPP
349
@@ -896,8 +895,6 @@ then
896
895
fi
897
AC_SUBST(USE_ODBC)
898
899
900
-AC_CONFIG_HEADER(interfaces/odbc/config.h)
901
902
AC_OUTPUT(
903
GNUmakefile
0 commit comments