sniper Thu Apr 21 19:01:55 2005 EDT
Modified files:
/php-src/ext/odbc config.m4
Log:
- Fix birdstep support (no SQLDataSources() support in it)
http://cvs.php.net/diff.php/php-src/ext/odbc/config.m4?r1=1.73&r2=1.74&ty=u
Index: php-src/ext/odbc/config.m4
diff -u php-src/ext/odbc/config.m4:1.73 php-src/ext/odbc/config.m4:1.74
--- php-src/ext/odbc/config.m4:1.73 Thu Apr 14 17:17:20 2005
+++ php-src/ext/odbc/config.m4 Thu Apr 21 19:01:53 2005
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.73 2005/04/14 21:17:20 sniper Exp $
+dnl $Id: config.m4,v 1.74 2005/04/21 23:01:53 sniper Exp $
dnl
dnl
@@ -573,7 +573,9 @@
if test "$ODBC_TYPE" != "dbmaker"; then
ext_shared=$shared
PHP_EVAL_LIBLINE([$ODBC_LFLAGS $ODBC_LIBS], ODBC_SHARED_LIBADD)
- AC_DEFINE(HAVE_SQLDATASOURCES,1,[ ])
+ if test "$ODBC_TYPE" != "birdstep"; then
+ AC_DEFINE(HAVE_SQLDATASOURCES,1,[ ])
+ fi
fi
AC_DEFINE(HAVE_UODBC,1,[ ])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php