mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
- Fix for bug 15404
This commit is contained in:
parent
ccc8755196
commit
cee660a123
@ -538,7 +538,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
|
||||
|
Loading…
Reference in New Issue
Block a user