- Fix check for PHP_SYBASE

This commit is contained in:
Felipe Pena 2008-07-01 17:03:46 +00:00
parent 44689fbb36
commit 899e8d6dea

View 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