mirror of
https://github.com/postgres/postgres.git
synced 2025-12-04 12:02:48 +03:00
Apply Win32 patch from Horak Daniel.
This commit is contained in:
@@ -164,7 +164,7 @@ AC_ARG_WITH(includes,
|
||||
])
|
||||
|
||||
if test "$INCLUDE_DIRS"; then
|
||||
for dir in $INCLUDE_DIRS; do
|
||||
for dir in $INCLUDE_DIRS $SRCH_INC; do
|
||||
if test -d "$dir"; then
|
||||
PGSQL_CPPFLAGS="$PGSQL_CPPFLAGS -I$dir"
|
||||
else
|
||||
@@ -196,7 +196,7 @@ AC_ARG_WITH(libraries,
|
||||
])
|
||||
|
||||
if test "$LIBRARY_DIRS"; then
|
||||
for dir in $LIBRARY_DIRS; do
|
||||
for dir in $LIBRARY_DIRS $SRCH_LIB; do
|
||||
if test -d "$dir"; then
|
||||
PGSQL_LDFLAGS="$PGSQL_LDFLAGS -L$dir"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user