From: Frank M. Kromann Date: Thu, 20 Apr 2006 03:41:33 +0000 (+0000) Subject: fix build on Win32 X-Git-Tag: RELEASE_1_3~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b93bc74cd89358bc5b8978f4ac494a9b8ee53bb;p=php fix build on Win32 --- diff --git a/ext/unicode/config.w32 b/ext/unicode/config.w32 index abc368440f..e52f6bef80 100644 --- a/ext/unicode/config.w32 +++ b/ext/unicode/config.w32 @@ -1,5 +1,5 @@ // $Id$ // vim:ft=javascript -EXTENSION("unicode", "unicode.c unicode_iterators.c collator.c locale.c"); +EXTENSION("unicode", "unicode.c unicode_iterators.c collator.c locale.c", false); AC_DEFINE('HAVE_UNICODE', 1, 'ICU API extension');