summaryrefslogtreecommitdiff
path: root/ext/ctype/config.m4
blob: 7d575a3adcd9dba0606b4e6e9635e416e1c97a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
dnl
dnl $Id$
dnl

PHP_ARG_ENABLE(ctype, whether to enable ctype functions,
[  --disable-ctype         Disable ctype functions], yes)

if test "$PHP_CTYPE" != "no"; then
  AC_DEFINE(HAVE_CTYPE, 1, [ ])
  PHP_NEW_EXTENSION(ctype, ctype.c, $ext_shared)
fi