1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

In case we do a 4.1.3, add this trivial fix

This commit is contained in:
Rasmus Lerdorf
2002-03-01 19:50:06 +00:00
parent 3ba2b00ee0
commit 2e0a2d165a
+1 -1
View File
@@ -536,7 +536,7 @@ fi
if test -n "$ODBC_TYPE"; then
INCLUDES="$INCLUDES $ODBC_INCLUDE"
if test "$ODBC_TYPE" != "dbmaker"; then
if test $shared != "yes"; then
if test "$shared" != "yes"; then
EXTRA_LIBS="$EXTRA_LIBS $ODBC_LFLAGS $ODBC_LIBS"
fi
fi