From 250547c7abc35bef1c95b7f25fd0ad0bebbc6476 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 11 Feb 2024 19:41:45 +0100 Subject: [PATCH] Remove unused symbol HAVE_BSD_ICONV (#13373) --- UPGRADING.INTERNALS | 1 + ext/iconv/config.m4 | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 50bc4c9fbea..d393e66a4a0 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -62,6 +62,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES 8.0). - Symbol DARWIN has been removed (use __APPLE__ to target Darwin systems). - Symbol MISSING_FCLOSE_DECL and M4 macro PHP_MISSING_FCLOSE_DECL removed. + - Symbol HAVE_BSD_ICONV has been removed. c. Windows build system changes - The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have diff --git a/ext/iconv/config.m4 b/ext/iconv/config.m4 index 63221eddb0b..e29642969e5 100644 --- a/ext/iconv/config.m4 +++ b/ext/iconv/config.m4 @@ -72,7 +72,6 @@ int main(void) { ;; bsd [)] - AC_DEFINE([HAVE_BSD_ICONV],1,[Konstantin Chuguev's iconv implementation]) AC_DEFINE([PHP_ICONV_IMPL],["BSD iconv"],[Which iconv implementation to use]) ;;