php-src/ext/ctype/config.m4

16 lines
456 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
2000-12-06 17:34:58 +00:00
PHP_ARG_ENABLE(ctype, whether to enable ctype support,
[ --enable-ctype Enable ctype support])
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