We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc45e0 commit f907571Copy full SHA for f907571
ext/intl/config.w32
@@ -92,13 +92,11 @@ if (PHP_INTL != "no") {
92
resourcebundle_iterator.cpp",
93
"intl");
94
95
- if (CHECK_HEADER("unicode/uspoof.h", "CFLAGS_INTL")) {
96
- ADD_SOURCES(configure_module_dirname + "/spoofchecker", "\
97
- spoofchecker_class.cpp \
98
- spoofchecker_create.cpp \
99
- spoofchecker_main.cpp",
100
- "intl");
101
- }
+ ADD_SOURCES(configure_module_dirname + "/spoofchecker", "\
+ spoofchecker_class.cpp \
+ spoofchecker_create.cpp \
+ spoofchecker_main.cpp",
+ "intl");
102
103
ADD_SOURCES(configure_module_dirname + "/transliterator", "\
104
transliterator_class.cpp \
0 commit comments