Browse Source

- Fix for bug 15404

experimental/ZendEngine2
Derick Rethans 25 years ago
parent
commit
cee660a123
  1. 2
      ext/odbc/config.m4

2
ext/odbc/config.m4

@ -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…
Cancel
Save