From dff4e40da2fc11041cc9cba174e7328344ca28e5 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 19 Jul 2023 07:31:03 +0200 Subject: [PATCH] Remove unused PHP_HASH variable (#11653) This was used when hash extension wasn't always available. --- ext/hash/config.m4 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index a893879f9cf..dd0b24a1320 100644 --- a/ext/hash/config.m4 +++ b/ext/hash/config.m4 @@ -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