comparison auto/lib/pcre/conf @ 295:99b349386504

nginx-0.0.3-2004-03-25-23:03:02 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 25 Mar 2004 20:03:02 +0000
parents f81d075ad172
children ee394e997c77
comparison
equal deleted inserted replaced
294:5cfd65b8b0a7 295:99b349386504
2 if [ $PCRE != NONE ]; then 2 if [ $PCRE != NONE ]; then
3 CORE_INCS="$CORE_INCS -I $PCRE" 3 CORE_INCS="$CORE_INCS -I $PCRE"
4 CORE_DEPS="$CORE_DEPS $REGEX_DEPS" 4 CORE_DEPS="$CORE_DEPS $REGEX_DEPS"
5 CORE_SRCS="$CORE_SRCS $REGEX_SRCS" 5 CORE_SRCS="$CORE_SRCS $REGEX_SRCS"
6 6
7 case $CC in 7 case "$CC" in
8 8
9 cl) 9 cl)
10 have=HAVE_PCRE . auto/have 10 have=HAVE_PCRE . auto/have
11 have=PCRE_STATIC . auto/have 11 have=PCRE_STATIC . auto/have
12 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h" 12 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h"