diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-03-29 17:43:58 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-29 17:43:58 +0000 |
| commit | 11dbe97ca401221313dc233aa2d6f67dfcaef1a7 (patch) | |
| tree | fcd53429592c68f6fdf8d3ad4b0c151b9ebd5ff3 /auto/lib/pcre/conf | |
| parent | 14f02ed0dde2ee19da75cd836daf76505d7f2e9c (diff) | |
| download | nginx-11dbe97ca401221313dc233aa2d6f67dfcaef1a7.tar.gz nginx-11dbe97ca401221313dc233aa2d6f67dfcaef1a7.tar.bz2 | |
nginx-0.0.3-2004-03-29-21:43:58 import
Diffstat (limited to 'auto/lib/pcre/conf')
| -rw-r--r-- | auto/lib/pcre/conf | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf index 972c10682..3f2c7a1f6 100644 --- a/auto/lib/pcre/conf +++ b/auto/lib/pcre/conf @@ -1,21 +1,12 @@ if [ $PCRE != NONE ]; then - CORE_INCS="$CORE_INCS -I $PCRE" + CORE_INCS="$CORE_INCS $PCRE" CORE_DEPS="$CORE_DEPS $REGEX_DEPS" CORE_SRCS="$CORE_SRCS $REGEX_SRCS" case "$CC" in - cl) - have=HAVE_PCRE . auto/have - have=PCRE_STATIC . auto/have - CORE_DEPS="$CORE_DEPS $PCRE/pcre.h" - LINK_DEPS="$LINK_DEPS $PCRE/pcre.lib" - CORE_LIBS="$CORE_LIBS pcre.lib" - CORE_LINK="$CORE_LINK -libpath:$PCRE" - ;; - - wcl386) + cl | wcl386 | bcc32) have=HAVE_PCRE . auto/have have=PCRE_STATIC . auto/have CORE_DEPS="$CORE_DEPS $PCRE/pcre.h" |
