*** pgsql/configure.in 2003/09/07 04:36:38 1.280.2.1 --- pgsql/configure.in 2003/09/07 21:44:29 1.280.2.2 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. ! dnl $Header: /projects/cvsroot/pgsql/configure.in,v 1.280.2.1 2003/09/07 04:36:38 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. ! dnl $Header: /projects/cvsroot/pgsql/configure.in,v 1.280.2.2 2003/09/07 21:44:29 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl *************** AC_MSG_NOTICE([using CFLAGS=$CFLAGS]) *** 241,247 **** # We already have this in Makefile.win32, but configure needs it too if test "$PORTNAME" = "win32" then ! CPPFLAGS="$CPPFLAGS -Isrc/include/port/win32" fi # Check if the compiler still works with the template settings --- 241,247 ---- # We already have this in Makefile.win32, but configure needs it too if test "$PORTNAME" = "win32" then ! CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32" fi # Check if the compiler still works with the template settings