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 2f606ed commit 96b4a9aCopy full SHA for 96b4a9a
configure.in
@@ -1,5 +1,5 @@
1
dnl Process this file with autoconf to produce a configure script.
2
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.285 2003/09/07 03:43:52 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.286 2003/09/07 16:38:05 momjian Exp $
3
dnl
4
dnl Developers, please strive to achieve this order:
5
@@ -241,7 +241,7 @@ AC_MSG_NOTICE([using CFLAGS=$CFLAGS])
241
# We already have this in Makefile.win32, but configure needs it too
242
if test "$PORTNAME" = "win32"
243
then
244
- CPPFLAGS="$CPPFLAGS -Isrc/include/port/win32"
+ CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
245
fi
246
247
# Check if the compiler still works with the template settings
0 commit comments