summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-09-07 16:38:05 +0000
committerBruce Momjian <bruce@momjian.us>2003-09-07 16:38:05 +0000
commit96b4a9ac3aaf88b7557efb3f67876c6903d2bbf3 (patch)
tree20163b9d37cc33be5004b89486fa9deec655b37e /configure.in
parent2f606ed87dc31a1183cd60fb99acb6ef6fb80e19 (diff)
downloadpostgresql-96b4a9ac3aaf88b7557efb3f67876c6903d2bbf3.tar.gz
Add $srcdir for Win32 builds, from Peter.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f08da97faf..58db85abd0 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
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 Developers, please strive to achieve this order:
dnl
@@ -241,7 +241,7 @@ AC_MSG_NOTICE([using CFLAGS=$CFLAGS])
# We already have this in Makefile.win32, but configure needs it too
if test "$PORTNAME" = "win32"
then
- CPPFLAGS="$CPPFLAGS -Isrc/include/port/win32"
+ CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
fi
# Check if the compiler still works with the template settings