Browse Source

- fix intl build with ICU < 4.2, windows part

experimental/with_scalar_types
Pierre Joye 16 years ago
parent
commit
6f6d60821e
  1. 17
      ext/intl/config.w32

17
ext/intl/config.w32

@ -71,12 +71,17 @@ if (PHP_INTL != "no") {
resourcebundle_class.c \
resourcebundle_iterator.c",
"intl");
ADD_SOURCES(configure_module_dirname + "/spoofchecker", "\
spoofchecker.c \
spoofchecker_class.c \
spoofchecker_create.c \
spoofchecker_main.c",
"intl");
if (CHECK_HEADER_ADD_INCLUDE("unicode/uspoof.h", "CFLAGS_INTL")) {
ADD_SOURCES(configure_module_dirname + "/spoofchecker", "\
spoofchecker.c \
spoofchecker_class.c \
spoofchecker_create.c \
spoofchecker_main.c",
"intl");
AC_DEFINE("HAVE_INTL", 1, "Internationalization support enabled");
}
ADD_SOURCES(configure_module_dirname + "/transliterator", "\
transliterator.c \
transliterator_class.c \

Loading…
Cancel
Save