mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
dnl
|
|
dnl $Id$
|
|
dnl
|
|
|
|
PHP_ARG_ENABLE(dbx,whether to enable dbx support,
|
|
[ --enable-dbx Enable dbx])
|
|
|
|
if test "$PHP_DBX" != "no"; then
|
|
PHP_NEW_EXTENSION(dbx, dbx.c dbx_mysql.c dbx_odbc.c dbx_pgsql.c dbx_mssql.c dbx_fbsql.c dbx_oci8.c dbx_sybasect.c, $ext_shared)
|
|
fi
|