mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove unused PHP_HASH variable (#11653)
This was used when hash extension wasn't always available.
This commit is contained in:
@@ -4,10 +4,6 @@ PHP_ARG_WITH([mhash],
|
||||
[Include mhash support])])
|
||||
|
||||
if test "$PHP_MHASH" != "no"; then
|
||||
if test "$PHP_HASH" = "no"; then
|
||||
PHP_HASH="yes"
|
||||
fi
|
||||
|
||||
AC_DEFINE(PHP_MHASH_BC, 1, [ ])
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user