summaryrefslogtreecommitdiff
path: root/ext/pcre/config.w32
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-05-07 17:47:27 +0000
committerWez Furlong <wez@php.net>2004-05-07 17:47:27 +0000
commit6686b3f7229fa47f5b86d1ba5e9b3b4a7330261d (patch)
tree3d1900dcf477d9a20366d0cc5d14d4b37cceb4ca /ext/pcre/config.w32
parentce05cea7eef8e66a576c017eddeedf3afb380575 (diff)
downloadphp-git-6686b3f7229fa47f5b86d1ba5e9b3b4a7330261d.tar.gz
spot the vim user
Diffstat (limited to 'ext/pcre/config.w32')
-rw-r--r--ext/pcre/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/config.w32 b/ext/pcre/config.w32
index 602920e3f0..574fe196ef 100644
--- a/ext/pcre/config.w32
+++ b/ext/pcre/config.w32
@@ -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');