Skip to content

Commit 956f263

Browse files
committed
MFH: fix #35959 (Cannot build with Solid 2.3)
1 parent acdab8f commit 956f263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/odbc/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ if test -n "$ODBC_TYPE"; then
546546
if test "$ODBC_TYPE" != "dbmaker"; then
547547
ext_shared=$shared
548548
PHP_EVAL_LIBLINE([$ODBC_LFLAGS $ODBC_LIBS], ODBC_SHARED_LIBADD)
549-
if test "$ODBC_TYPE" != "birdstep"; then
549+
if test "$ODBC_TYPE" != "birdstep" && test "$ODBC_TYPE" != "solid"; then
550550
AC_DEFINE(HAVE_SQLDATASOURCES,1,[ ])
551551
fi
552552
fi

0 commit comments

Comments
 (0)