From f2d086127c3809774285ced71f8b1c99720ccefe Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 21 Apr 2005 23:01:53 +0000 Subject: [PATCH] - Fix birdstep support (no SQLDataSources() support in it) --- ext/odbc/config.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,[ ]) -- 2.50.1