From 23cfe1f06ffcedc6ba1e3c999605c5daf7a2d35a Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 4 Dec 2017 16:43:48 +0100 Subject: [PATCH] Remove this redundant define --- ext/intl/config.w32 | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/intl/config.w32 b/ext/intl/config.w32 index 5b37d934bd..2aa408fac0 100644 --- a/ext/intl/config.w32 +++ b/ext/intl/config.w32 @@ -91,7 +91,6 @@ if (PHP_INTL != "no") { spoofchecker_create.c \ spoofchecker_main.c", "intl"); - AC_DEFINE("HAVE_INTL", 1, "Internationalization support enabled"); } ADD_SOURCES(configure_module_dirname + "/transliterator", "\ -- 2.50.1