From: foobar Date: Wed, 18 Jun 2003 18:29:04 +0000 (+0000) Subject: MFH: Fixed bug #24231: ext/sybase_ct could not be build as shared X-Git-Tag: php-4.3.3RC1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0853a17ed38ea22c54462061135ab11cdee1a73;p=php MFH: Fixed bug #24231: ext/sybase_ct could not be build as shared --- diff --git a/ext/sybase_ct/config.m4 b/ext/sybase_ct/config.m4 index dcceab32e8..d4ed5f70ac 100644 --- a/ext/sybase_ct/config.m4 +++ b/ext/sybase_ct/config.m4 @@ -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