mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove unused PHP_HASH variable (#11653)
This was used when hash extension wasn't always available.
This commit is contained in:
parent
42e32a72b5
commit
dff4e40da2
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue