From c07983db9cc3a949765d88a8563b309f253f4ca3 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 10 Jan 2006 14:17:26 +0000 Subject: [PATCH] MFH: fix #35959 (Cannot build with Solid 2.3) --- ext/odbc/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 24aa3a6553..9a5d2eafb3 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -539,7 +539,7 @@ if test -n "$ODBC_TYPE"; then if test "$ODBC_TYPE" != "dbmaker"; then ext_shared=$shared PHP_EVAL_LIBLINE([$ODBC_LFLAGS $ODBC_LIBS], ODBC_SHARED_LIBADD) - if test "$ODBC_TYPE" != "birdstep"; then + if test "$ODBC_TYPE" != "birdstep" && test "$ODBC_TYPE" != "solid"; then AC_DEFINE(HAVE_SQLDATASOURCES,1,[ ]) fi fi -- 2.40.0