tony2001                Tue Jan 10 14:16:48 2006 UTC

  Modified files:              (Branch: PHP_5_0)
    /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.65.2.6&r2=1.65.2.7&diff_format=u
Index: php-src/ext/odbc/config.m4
diff -u php-src/ext/odbc/config.m4:1.65.2.6 php-src/ext/odbc/config.m4:1.65.2.7
--- php-src/ext/odbc/config.m4:1.65.2.6 Thu Apr 21 23:02:15 2005
+++ php-src/ext/odbc/config.m4  Tue Jan 10 14:16:48 2006
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.65.2.6 2005/04/21 23:02:15 sniper Exp $
+dnl $Id: config.m4,v 1.65.2.7 2006/01/10 14:16:48 tony2001 Exp $
 dnl
 
 dnl
@@ -546,7 +546,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

Reply via email to