summaryrefslogtreecommitdiff
path: root/ext/hash/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/config.m4')
-rw-r--r--ext/hash/config.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/hash/config.m4 b/ext/hash/config.m4
index 91c5241b00..ab550fcc8e 100644
--- a/ext/hash/config.m4
+++ b/ext/hash/config.m4
@@ -11,8 +11,6 @@ if test "$PHP_MHASH" != "no"; then
AC_DEFINE(PHP_MHASH_BC, 1, [ ])
fi
-AC_DEFINE(HAVE_HASH_EXT,1,[Have HASH Extension])
-
if test $ac_cv_c_bigendian_php = yes; then
EXT_HASH_SHA3_SOURCES="hash_sha3.c"
AC_DEFINE(HAVE_SLOW_HASH3, 1, [Define is hash3 algo is available])