diff options
| author | Kalle Sommer Nielsen <kalle@php.net> | 2017-12-04 16:43:48 +0100 |
|---|---|---|
| committer | Kalle Sommer Nielsen <kalle@php.net> | 2017-12-04 16:43:48 +0100 |
| commit | 23cfe1f06ffcedc6ba1e3c999605c5daf7a2d35a (patch) | |
| tree | d17b9191839f51c1f9c8379f01bf20f0e30fd7e1 | |
| parent | c789dfee04a057e9d6c2047c2338e6e882b40fdb (diff) | |
| download | php-git-23cfe1f06ffcedc6ba1e3c999605c5daf7a2d35a.tar.gz | |
Remove this redundant define
| -rw-r--r-- | ext/intl/config.w32 | 1 |
1 files changed, 0 insertions, 1 deletions
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", "\ |
