]> granicus.if.org Git - php/commitdiff
fixed win32 build when ext/mbstring is enabled.
authorRui Hirokawa <hirokawa@php.net>
Thu, 17 Jul 2008 14:10:53 +0000 (14:10 +0000)
committerRui Hirokawa <hirokawa@php.net>
Thu, 17 Jul 2008 14:10:53 +0000 (14:10 +0000)
ext/standard/config.w32

index e1df289ca76f9e75337c599c992c804cb6cd3714..238b326249d9597b8bcc6f948addea6bb8a92a28 100644 (file)
@@ -21,3 +21,6 @@ EXTENSION("standard", "array.c base64.c basic_functions.c browscap.c \
        user_filters.c uuencode.c filters.c proc_open.c \
        streamsfuncs.c http.c flock_compat.c", false /* never shared */);
 
+if (PHP_MBREGEX != "no") {
+   CHECK_HEADER_ADD_INCLUDE("oniguruma.h", "CFLAGS_STANDARD", PHP_MBREGEX + ";ext\\mbstring\\oniguruma")   
+}
\ No newline at end of file