]> granicus.if.org Git - php/commitdiff
- Fix check for PHP_SYBASE
authorFelipe Pena <felipe@php.net>
Tue, 1 Jul 2008 17:03:46 +0000 (17:03 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 1 Jul 2008 17:03:46 +0000 (17:03 +0000)
ext/sybase_ct/config.m4

index 00d5b9cc199e975d32279aeeed8b97854f6f0f54..72a982463e8f1cbd4d8469838b7f03cb534cd3da 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" && 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