summaryrefslogtreecommitdiff
path: root/ext/filepro
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-11-30 19:00:13 +0000
committerfoobar <sniper@php.net>2001-11-30 19:00:13 +0000
commitf1397d533969095577f9d11005015a1291b16568 (patch)
treeb2bf7c7cbd6bcda7d16530d137968f9e7c85f71d /ext/filepro
parente858d27888471107a4816d62033db785fab5f2da (diff)
downloadphp-git-f1397d533969095577f9d11005015a1291b16568.tar.gz
Unified the configure messages.
Diffstat (limited to 'ext/filepro')
-rw-r--r--ext/filepro/config.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/filepro/config.m4 b/ext/filepro/config.m4
index 314fbd1aaf..8d7fb49e20 100644
--- a/ext/filepro/config.m4
+++ b/ext/filepro/config.m4
@@ -1,9 +1,11 @@
+dnl
dnl $Id$
+dnl
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])
+[ --enable-filepro Enable the bundled read-only filePro support.])
if test "$PHP_FILEPRO" = "yes"; then
AC_DEFINE(HAVE_FILEPRO, 1, [ ])