From: foobar Date: Thu, 21 Apr 2005 23:02:15 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.0.5RC1~394 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40108e7c04e949566f03d21757135742d933a9cb;p=php MFH --- diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index d02e7d86c0..8981799a24 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -546,7 +546,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,[ ])