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