fix php compilation when mysql is enabled
[tomato.git] / release / src / router / php / ext / ctype / config.m4
blob7d575a3adcd9dba0606b4e6e9635e416e1c97a7f
1 dnl
2 dnl $Id$
3 dnl
5 PHP_ARG_ENABLE(ctype, whether to enable ctype functions,
6 [  --disable-ctype         Disable ctype functions], yes)
8 if test "$PHP_CTYPE" != "no"; then
9   AC_DEFINE(HAVE_CTYPE, 1, [ ])
10   PHP_NEW_EXTENSION(ctype, ctype.c, $ext_shared)