php-src/ext/dbase/config.m4
2000-05-02 04:32:33 +00:00

12 lines
285 B
Plaintext

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