Diff for /pgsql/configure.in between versions 1.285 and 1.286

version 1.285, 2003/09/07 03:43:52 version 1.286, 2003/09/07 16:38:05
Line 241  AC_MSG_NOTICE([using CFLAGS=$CFLAGS]) Line 241  AC_MSG_NOTICE([using CFLAGS=$CFLAGS])
 # We already have this in Makefile.win32, but configure needs it too  # We already have this in Makefile.win32, but configure needs it too
 if test "$PORTNAME" = "win32"  if test "$PORTNAME" = "win32"
 then  then
         CPPFLAGS="$CPPFLAGS -Isrc/include/port/win32"          CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
 fi  fi
   
 # Check if the compiler still works with the template settings  # Check if the compiler still works with the template settings

Removed from v.1.285  
changed lines
  Added in v.1.286


PostgreSQL CVSweb <[email protected]>