mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01:00
MFH
This commit is contained in:
@@ -6,6 +6,10 @@ PHP_ARG_WITH(sybase-ct, for Sybase-CT support,
|
||||
[ --with-sybase-ct[=DIR] Include Sybase-CT support. DIR is the Sybase home
|
||||
directory. Defaults to /home/sybase.])
|
||||
|
||||
if test "$PHP_SYBASE" != "no"; then
|
||||
AC_MSG_ERROR([You can not use both --with-sybase and --with-sybase-ct in same build!])
|
||||
fi
|
||||
|
||||
if test "$PHP_SYBASE_CT" != "no"; then
|
||||
AC_DEFINE(HAVE_SYBASE_CT,1,[ ])
|
||||
PHP_NEW_EXTENSION(sybase_ct, php_sybase_ct.c, $ext_shared)
|
||||
|
||||
Reference in New Issue
Block a user