1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 09:03:04 +02:00
Files
archived-php-src/ext/dbx/config.m4
2001-11-30 19:00:13 +00:00

11 lines
179 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_EXTENSION(dbx, $ext_shared)
fi