1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00
This commit is contained in:
foobar
2003-03-13 17:27:40 +00:00
parent d03df22d4c
commit 690439a295

View File

@@ -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)