We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdab8f commit 956f263Copy full SHA for 956f263
ext/odbc/config.m4
@@ -546,7 +546,7 @@ if test -n "$ODBC_TYPE"; then
546
if test "$ODBC_TYPE" != "dbmaker"; then
547
ext_shared=$shared
548
PHP_EVAL_LIBLINE([$ODBC_LFLAGS $ODBC_LIBS], ODBC_SHARED_LIBADD)
549
- if test "$ODBC_TYPE" != "birdstep"; then
+ if test "$ODBC_TYPE" != "birdstep" && test "$ODBC_TYPE" != "solid"; then
550
AC_DEFINE(HAVE_SQLDATASOURCES,1,[ ])
551
fi
552
0 commit comments