summaryrefslogtreecommitdiff
path: root/ext/ctype
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/ctype
parente858d27888471107a4816d62033db785fab5f2da (diff)
downloadphp-git-f1397d533969095577f9d11005015a1291b16568.tar.gz
Unified the configure messages.
Diffstat (limited to 'ext/ctype')
-rw-r--r--ext/ctype/config.m416
1 files changed, 2 insertions, 14 deletions
diff --git a/ext/ctype/config.m4 b/ext/ctype/config.m4
index 774047b9b9..ba9ae62e17 100644
--- a/ext/ctype/config.m4
+++ b/ext/ctype/config.m4
@@ -1,18 +1,6 @@
+dnl
dnl $Id$
-dnl config.m4 for extension ctype
-dnl don't forget to call PHP_EXTENSION(ctype)
-
-dnl Comments in this file start with the string 'dnl'.
-dnl Remove where necessary. This file will not work
-dnl without editing.
-
-dnl If your extension references something external, use with:
-
-dnl PHP_ARG_WITH(ctype, for ctype support,
-dnl Make sure that the comment is aligned:
-dnl [ --with-ctype Include ctype support])
-
-dnl Otherwise use enable:
+dnl
PHP_ARG_ENABLE(ctype, whether to enable ctype support,
[ --enable-ctype Enable ctype support])