nginx-0.0.3-2004-04-09-20:03:04 import

This commit is contained in:
Igor Sysoev
2004-04-09 16:03:04 +00:00
parent 3d3d2e4700
commit 407b0deeaf
10 changed files with 93 additions and 22 deletions

View File

@@ -44,8 +44,8 @@ else
ngx_lib_inc="#include <pcre.h>"
ngx_lib="PCRE library"
ngx_lib_test="pcre *re; pcre_compile(re, 0, NULL, 0, NULL)"
ngx_libs=-lpcre
ngx_lib_test="pcre *re; re = pcre_compile(NULL, 0, NULL, 0, NULL)"
ngx_libs="-lpcre"
. auto/lib/test
@@ -61,6 +61,7 @@ else
ngx_lib="PCRE library in /usr/local/"
ngx_lib_cflags="-I /usr/local/include"
ngx_libs="-L /usr/local/lib -lpcre"
. auto/lib/test
fi