php-src/ext/mhash/config.m4

13 lines
272 B
Plaintext
Raw Normal View History

2001-11-30 19:00:13 +00:00
dnl
1999-05-16 12:01:25 +00:00
dnl $Id$
2001-11-30 19:00:13 +00:00
dnl
1999-05-16 12:01:25 +00:00
2000-03-27 23:43:00 +00:00
PHP_ARG_WITH(mhash, for mhash support,
2005-05-29 23:17:16 +00:00
[ --with-mhash[=DIR] Include mhash support])
1999-05-16 12:01:25 +00:00
2000-03-27 23:43:00 +00:00
if test "$PHP_MHASH" != "no"; then
PHP_NEW_EXTENSION(mhash, mhash.c, $ext_shared)
PHP_SUBST(MHASH_SHARED_LIBADD)
PHP_ADD_EXTENSION_DEP(mhash, hash, true)
2000-03-27 23:43:00 +00:00
fi