From 7c655ad471191fe4a3c25b0d1fc9ba7c484311b1 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 2 Mar 2002 15:44:08 +0000 Subject: [PATCH] enable ctype functions by default --- ext/ctype/config.m4 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ext/ctype/config.m4 b/ext/ctype/config.m4 index ba9ae62e17a..d4ae56b92ee 100644 --- a/ext/ctype/config.m4 +++ b/ext/ctype/config.m4 @@ -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