php-src/ext/dbase/config.m4
2001-11-30 19:00:13 +00:00

14 lines
281 B
Plaintext

dnl
dnl $Id$
dnl
AC_ARG_WITH(dbase,[],[enable_dbase=$withval])
PHP_ARG_ENABLE(dbase,whether to enable dbase support,
[ --enable-dbase Enable the bundled dbase library])
if test "$PHP_DBASE" = "yes"; then
AC_DEFINE(DBASE,1,[ ])
PHP_EXTENSION(dbase, $ext_shared)
fi