]> granicus.if.org Git - php/commitdiff
enable ctype functions by default
authorHartmut Holzgraefe <hholzgra@php.net>
Sat, 2 Mar 2002 15:44:08 +0000 (15:44 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Sat, 2 Mar 2002 15:44:08 +0000 (15:44 +0000)
ext/ctype/config.m4

index ba9ae62e17af8be43989a59876f1f1c7ba13abde..d4ae56b92ee295e4b7020d1c048addfd65b715ab 100644 (file)
@@ -2,14 +2,10 @@ dnl
 dnl $Id$
 dnl
 
-PHP_ARG_ENABLE(ctype, whether to enable ctype support,
-[  --enable-ctype          Enable ctype support])
+PHP_ARG_ENABLE(ctype, whether to enable ctype functions,
+[  --disable-ctype         Disable ctype functions], yes)
 
 if test "$PHP_CTYPE" != "no"; then
-  dnl If you will not be testing anything external, like existence of
-  dnl headers, libraries or functions in them, just uncomment the 
-  dnl following line and you are ready to go.
   AC_DEFINE(HAVE_CTYPE, 1, [ ])
-  dnl Write more examples of tests here...
   PHP_EXTENSION(ctype, $ext_shared)
 fi