summaryrefslogtreecommitdiff
path: root/ext/odbc/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-05-02 00:40:20 +0000
committerfoobar <sniper@php.net>2003-05-02 00:40:20 +0000
commit20d88e4c349ab11638329a2f57d904edd6bf6227 (patch)
tree280d7b6a79f9ca5f50d793bf4561619474f21862 /ext/odbc/config.m4
parentf60a08629111fe7e61e44f9950c0ecca6ed637bd (diff)
downloadphp-git-20d88e4c349ab11638329a2f57d904edd6bf6227.tar.gz
- Fixed bug #22580 (ext/odbc compile failure with dbmaker)
Diffstat (limited to 'ext/odbc/config.m4')
-rw-r--r--ext/odbc/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4
index 98934a59dc..20c998dec5 100644
--- a/ext/odbc/config.m4
+++ b/ext/odbc/config.m4
@@ -539,6 +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)
+ AC_DEFINE(HAVE_SQLDATASOURCES,1,[ ])
fi
AC_DEFINE(HAVE_UODBC,1,[ ])