summaryrefslogtreecommitdiff
path: root/ext/overload
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/overload
parente858d27888471107a4816d62033db785fab5f2da (diff)
downloadphp-git-f1397d533969095577f9d11005015a1291b16568.tar.gz
Unified the configure messages.
Diffstat (limited to 'ext/overload')
-rw-r--r--ext/overload/config.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/overload/config.m4 b/ext/overload/config.m4
index 073d2c1902..7cf69f40fb 100644
--- a/ext/overload/config.m4
+++ b/ext/overload/config.m4
@@ -1,8 +1,9 @@
+dnl
dnl $Id$
-dnl config.m4 for extension overload
+dnl
-PHP_ARG_ENABLE(overload,for user-space object overloading support,
-[ --enable-overload Enable user-space object overloading support])
+PHP_ARG_ENABLE(overload,whether to enable user-space object overloading support,
+[ --enable-overload Enable user-space object overloading support.])
if test "$PHP_OVERLOAD" != "no"; then
AC_DEFINE(HAVE_OVERLOAD, 1, [ ])