sniper          Wed Jun 18 14:29:04 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/sybase_ct config.m4 
  Log:
  MFH: Fixed bug #24231: ext/sybase_ct could not be build as shared
  
Index: php4/ext/sybase_ct/config.m4
diff -u php4/ext/sybase_ct/config.m4:1.11.4.2 php4/ext/sybase_ct/config.m4:1.11.4.3
--- php4/ext/sybase_ct/config.m4:1.11.4.2       Mon Mar 17 10:56:31 2003
+++ php4/ext/sybase_ct/config.m4        Wed Jun 18 14:29:04 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.11.4.2 2003/03/17 15:56:31 sniper Exp $
+dnl $Id: config.m4,v 1.11.4.3 2003/06/18 18:29:04 sniper Exp $
 dnl
 
 PHP_ARG_WITH(sybase-ct, for Sybase-CT support,
@@ -8,7 +8,7 @@
 
 if test "$PHP_SYBASE_CT" != "no"; then
 
-  if test "$PHP_SYBASE" != "no"; then
+  if test "$PHP_SYBASE" != "no" && test "$ext_shared" = "no"; then
     AC_MSG_ERROR([You can not use both --with-sybase and --with-sybase-ct in same 
build!])
   fi
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to