summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-01-10 14:15:35 +0000
committerAntony Dovgal <tony2001@php.net>2006-01-10 14:15:35 +0000
commit21891aecc1400653db7f5601f5dbe43c308f599a (patch)
treecae858fa42d17fd716bba1d61d04fd76abba610e /ext/odbc
parent92f050786f834575db7e104b346612b23fe92437 (diff)
downloadphp-git-21891aecc1400653db7f5601f5dbe43c308f599a.tar.gz
MFH: fix #35959 (Cannot build with Solid 2.3)
Diffstat (limited to 'ext/odbc')
-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 eb8e051004..601c95d853 100644
--- a/ext/odbc/config.m4
+++ b/ext/odbc/config.m4
@@ -578,7 +578,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