tony2001 Tue Jan 10 14:17:26 2006 UTC
Modified files: (Branch: PHP_4_4)
/php-src/ext/odbc config.m4
Log:
MFH: fix #35959 (Cannot build with Solid 2.3)
http://cvs.php.net/viewcvs.cgi/php-src/ext/odbc/config.m4?r1=1.55.2.12.2.1&r2=1.55.2.12.2.2&diff_format=u
Index: php-src/ext/odbc/config.m4
diff -u php-src/ext/odbc/config.m4:1.55.2.12.2.1
php-src/ext/odbc/config.m4:1.55.2.12.2.2
--- php-src/ext/odbc/config.m4:1.55.2.12.2.1 Mon Nov 21 19:07:03 2005
+++ php-src/ext/odbc/config.m4 Tue Jan 10 14:17:26 2006
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.55.2.12.2.1 2005/11/21 19:07:03 sniper Exp $
+dnl $Id: config.m4,v 1.55.2.12.2.2 2006/01/10 14:17:26 tony2001 Exp $
dnl
dnl
@@ -539,7 +539,7 @@
if test "$ODBC_TYPE" != "dbmaker"; then
ext_shared=$shared
PHP_EVAL_LIBLINE([$ODBC_LFLAGS $ODBC_LIBS], ODBC_SHARED_LIBADD)
- if test "$ODBC_TYPE" != "birdstep"; then
+ if test "$ODBC_TYPE" != "birdstep" && test "$ODBC_TYPE" != "solid"; then
AC_DEFINE(HAVE_SQLDATASOURCES,1,[ ])
fi
fi
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php