提交 96b4a9ac 编写于 作者: B Bruce Momjian

Add $srcdir for Win32 builds, from Peter.

上级 2f606ed8
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
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 $
dnl dnl
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -241,7 +241,7 @@ AC_MSG_NOTICE([using CFLAGS=$CFLAGS]) ...@@ -241,7 +241,7 @@ 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册