sniper          Wed Jun 18 14:28:47 2003 EDT

  Modified files:              
    /php4/ext/sybase_ct config.m4 
  Log:
  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.13 php4/ext/sybase_ct/config.m4:1.14
--- php4/ext/sybase_ct/config.m4:1.13   Mon Mar 17 10:56:17 2003
+++ php4/ext/sybase_ct/config.m4        Wed Jun 18 14:28:47 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.13 2003/03/17 15:56:17 sniper Exp $
+dnl $Id: config.m4,v 1.14 2003/06/18 18:28:47 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