php-src/ext/filepro/config.m4

14 lines
342 B
Plaintext
Raw Normal View History

2001-11-30 19:00:13 +00:00
dnl
1999-04-21 22:05:45 +00:00
dnl $Id$
2001-11-30 19:00:13 +00:00
dnl
1999-04-21 22:05:45 +00:00
AC_ARG_WITH(filepro,[],[enable_filepro=$withval])
PHP_ARG_ENABLE(filepro,whether to enable the bundled filePro support,
2001-11-30 19:00:13 +00:00
[ --enable-filepro Enable the bundled read-only filePro support.])
if test "$PHP_FILEPRO" = "yes"; then
AC_DEFINE(HAVE_FILEPRO, 1, [ ])
PHP_NEW_EXTENSION(filepro, filepro.c, $ext_shared)
fi