Browse Source

Fixed bug #24231: ext/sybase_ct could not be build as shared

PECL_4_3
foobar 23 years ago
parent
commit
71dedd2dd4
  1. 2
      ext/sybase_ct/config.m4

2
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

Loading…
Cancel
Save