Files
pecl-memcache/config.m4
Antony Dovgal b40c8d8afe Initial import
2004-02-11 16:06:39 +00:00

12 lines
294 B
Plaintext

dnl
dnl $Id$
dnl
PHP_ARG_ENABLE(memcache, whether to enable memcache support,
[ --enable-memcache Enable memcache support])
if test "$PHP_MEMCACHE" != "no"; then
AC_DEFINE(HAVE_MEMCACHE,1,[Whether you want memcache support])
PHP_NEW_EXTENSION(memcache, memcache.c, $ext_shared)
fi