php-src/ext/mhash/config.m4

10 lines
178 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
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