Skip to content

Commit 96b4a9a

Browse files
committed
Add $srcdir for Win32 builds, from Peter.
1 parent 2f606ed commit 96b4a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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 $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.286 2003/09/07 16:38:05 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -241,7 +241,7 @@ AC_MSG_NOTICE([using CFLAGS=$CFLAGS])
241241
# We already have this in Makefile.win32, but configure needs it too
242242
if test "$PORTNAME" = "win32"
243243
then
244-
CPPFLAGS="$CPPFLAGS -Isrc/include/port/win32"
244+
CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
245245
fi
246246

247247
# Check if the compiler still works with the template settings

0 commit comments

Comments
 (0)