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

12 lines
318 B
Plaintext

dnl $Id$
AC_ARG_WITH(filepro,[],[enable_filepro=$withval])
PHP_ARG_ENABLE(filepro,whether to enable the bundled filePro support,
[ --enable-filepro Enable the bundled read-only filePro support])
if test "$PHP_FILEPRO" = "yes"; then
AC_DEFINE(HAVE_FILEPRO, 1, [ ])
PHP_EXTENSION(filepro, $ext_shared)
fi