]> granicus.if.org Git - php/commitdiff
spot the vim user
authorWez Furlong <wez@php.net>
Fri, 7 May 2004 17:47:27 +0000 (17:47 +0000)
committerWez Furlong <wez@php.net>
Fri, 7 May 2004 17:47:27 +0000 (17:47 +0000)
ext/pcre/config.w32

index 602920e3f0ba60e86d5ef8d43286029d7b43d5c7..574fe196ef0f45583351019d34c8decc05aaef4e 100644 (file)
@@ -5,7 +5,7 @@ ARG_WITH("pcre-regex", "Perl Compatible Regular Expressions", "yes");
 
 if (PHP_PCRE_REGEX == "yes") {
        EXTENSION("pcre", "php_pcre.c", PHP_PCRE_REGEX_SHARED,
-               "-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -Iext/pcre/pcrelibi -DNO_RECURSE");
+               "-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -Iext/pcre/pcrelib -DNO_RECURSE");
        ADD_SOURCES("ext/pcre/pcrelib", "maketables.c get.c study.c pcre.c", "pcre");
 
        AC_DEFINE('HAVE_BUNDLED_PCRE', 1, 'Using bundled PCRE library');