comparison auto/lib/pcre/conf @ 320:d621239c30f7

nginx-0.0.3-2004-04-18-23:06:02 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 18 Apr 2004 19:06:02 +0000
parents 2e899477243a
children 42d11f017717
comparison
equal deleted inserted replaced
319:7a8ebba985a9 320:d621239c30f7
39 39
40 else 40 else
41 41
42 if [ $PLATFORM != win32 ]; then 42 if [ $PLATFORM != win32 ]; then
43 PCRE=NO 43 PCRE=NO
44 ngx_lib_cflags=
45
46 # Linux
44 47
45 ngx_lib_inc="#include <pcre.h>" 48 ngx_lib_inc="#include <pcre.h>"
46 ngx_lib="PCRE library" 49 ngx_lib="PCRE library"
47 ngx_lib_test="pcre *re; re = pcre_compile(NULL, 0, NULL, 0, NULL)" 50 ngx_lib_test="pcre *re; re = pcre_compile(NULL, 0, NULL, 0, NULL)"
48 ngx_libs="-lpcre" 51 ngx_libs="-lpcre"
53 have=HAVE_PCRE . auto/have 56 have=HAVE_PCRE . auto/have
54 CORE_DEPS="$CORE_DEPS $REGEX_DEPS" 57 CORE_DEPS="$CORE_DEPS $REGEX_DEPS"
55 CORE_SRCS="$CORE_SRCS $REGEX_SRCS" 58 CORE_SRCS="$CORE_SRCS $REGEX_SRCS"
56 CORE_LIBS="$CORE_LIBS $ngx_libs" 59 CORE_LIBS="$CORE_LIBS $ngx_libs"
57 PCRE=YES 60 PCRE=YES
61 ngx_found=no
58 62
59 else 63 else
60 # FreeBSD PCRE port. 64 # FreeBSD PCRE port.
61 65
62 ngx_lib="PCRE library in /usr/local/" 66 ngx_lib="PCRE library in /usr/local/"