Annotation of embedaddon/php/ext/ctype/config.m4, revision 1.1.1.1

1.1       misho       1: dnl
                      2: dnl $Id: config.m4 72968 2002-03-12 16:44:00Z sas $
                      3: dnl
                      4: 
                      5: PHP_ARG_ENABLE(ctype, whether to enable ctype functions,
                      6: [  --disable-ctype         Disable ctype functions], yes)
                      7: 
                      8: if test "$PHP_CTYPE" != "no"; then
                      9:   AC_DEFINE(HAVE_CTYPE, 1, [ ])
                     10:   PHP_NEW_EXTENSION(ctype, ctype.c, $ext_shared)
                     11: fi

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>