1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 14:31:06 +02:00
Files
archived-php-src/ext/mhash/config.m4
2008-09-07 13:15:59 +00:00

10 lines
181 B
Plaintext

dnl
dnl $Id$
dnl
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)
fi