From: Felipe Pena Date: Tue, 1 Jul 2008 17:03:46 +0000 (+0000) Subject: - Fix check for PHP_SYBASE X-Git-Tag: php-5.3.0alpha1~540 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=899e8d6dead736adcd269b6d3e069bb3406f430b;p=php - Fix check for PHP_SYBASE --- diff --git a/ext/sybase_ct/config.m4 b/ext/sybase_ct/config.m4 index 00d5b9cc19..72a982463e 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" && test "$ext_shared" = "no"; then + if test "$PHP_SYBASE" && 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