summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-01-10 14:16:48 +0000
committerAntony Dovgal <tony2001@php.net>2006-01-10 14:16:48 +0000
commit956f263a6b8891b50d40e3d7e2eb96df95873594 (patch)
tree7d8c586cd3c5eaa64ffb41b1fe52cb327bab14b8
parentacdab8fe5e8271d6f709811d91e2bff2e0cc4f7b (diff)
downloadphp-git-956f263a6b8891b50d40e3d7e2eb96df95873594.tar.gz
MFH: fix #35959 (Cannot build with Solid 2.3)
-rw-r--r--ext/odbc/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4
index 8981799a24..4202bd1b86 100644
--- a/ext/odbc/config.m4
+++ b/ext/odbc/config.m4
@@ -546,7 +546,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