From: foobar Date: Thu, 21 Apr 2005 23:01:53 +0000 (+0000) Subject: - Fix birdstep support (no SQLDataSources() support in it) X-Git-Tag: php-5.0.1b1~449 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2d086127c3809774285ced71f8b1c99720ccefe;p=php - Fix birdstep support (no SQLDataSources() support in it) --- diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index a97cf5d0d2..b02eac556a 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -573,7 +573,9 @@ 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,[ ]) + if test "$ODBC_TYPE" != "birdstep"; then + AC_DEFINE(HAVE_SQLDATASOURCES,1,[ ]) + fi fi AC_DEFINE(HAVE_UODBC,1,[ ])