Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96b4a9a

Browse files
committed
Add $srcdir for Win32 builds, from Peter.
1 parent2f606ed commit96b4a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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 $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -241,7 +241,7 @@ AC_MSG_NOTICE([using CFLAGS=$CFLAGS])
241241
# We already have this in Makefile.win32, but configure needs it too
242242
if test "$PORTNAME" = "win32"
243243
then
244-
CPPFLAGS="$CPPFLAGS -Isrc/include/port/win32"
244+
CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
245245
fi
246246

247247
# Check if the compiler still works with the template settings

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp