diff options
Diffstat (limited to 'ext/mhash')
-rw-r--r-- | ext/mhash/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mhash/config.m4 b/ext/mhash/config.m4 index 3ad4058983..bd99ebb52f 100644 --- a/ext/mhash/config.m4 +++ b/ext/mhash/config.m4 @@ -16,8 +16,8 @@ if test "$PHP_MHASH" != "no"; then if test -z "$MHASH_DIR"; then AC_MSG_ERROR(Please reinstall libmhash - I cannot find mhash.h) fi - AC_ADD_INCLUDE($MHASH_DIR/include) - AC_ADD_LIBRARY_WITH_PATH(mhash, $MHASH_DIR/lib, MHASH_SHARED_LIBADD) + PHP_ADD_INCLUDE($MHASH_DIR/include) + PHP_ADD_LIBRARY_WITH_PATH(mhash, $MHASH_DIR/lib, MHASH_SHARED_LIBADD) PHP_SUBST(MHASH_SHARED_LIBADD) AC_DEFINE(HAVE_LIBMHASH,1,[ ]) |