php-src/ext/ctype/config.m4

12 lines
253 B
Plaintext
Raw Normal View History

2001-11-30 19:00:13 +00:00
dnl
dnl $Id$
2001-11-30 19:00:13 +00:00
dnl
2002-03-02 15:44:08 +00:00
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