]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #24231: ext/sybase_ct could not be build as shared
authorfoobar <sniper@php.net>
Wed, 18 Jun 2003 18:29:04 +0000 (18:29 +0000)
committerfoobar <sniper@php.net>
Wed, 18 Jun 2003 18:29:04 +0000 (18:29 +0000)
ext/sybase_ct/config.m4

index dcceab32e8bea3b8eb8cda3476b9af257e9dfdd3..d4ed5f70ac3a71180464d19a78e413ce37908afc 100644 (file)
@@ -8,7 +8,7 @@ PHP_ARG_WITH(sybase-ct, for Sybase-CT support,
 
 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