Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-18 23:06:02 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-04-18 23:06:02 +0400
commit9bfb434d241816749077e21f499b8efd41c3625d (patch)
treedefc89b07684b0bd31b77dd61825893e434392ba /auto/lib/pcre
parent32075f53e94183c647da58d4d832a58725d36c49 (diff)
nginx-0.0.3-2004-04-18-23:06:02 import
Diffstat (limited to 'auto/lib/pcre')
-rw-r--r--auto/lib/pcre/conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf
index a2ab1c6b5..29c561b81 100644
--- a/auto/lib/pcre/conf
+++ b/auto/lib/pcre/conf
@@ -41,6 +41,9 @@ else
if [ $PLATFORM != win32 ]; then
PCRE=NO
+ ngx_lib_cflags=
+
+ # Linux
ngx_lib_inc="#include <pcre.h>"
ngx_lib="PCRE library"
@@ -55,6 +58,7 @@ else
CORE_SRCS="$CORE_SRCS $REGEX_SRCS"
CORE_LIBS="$CORE_LIBS $ngx_libs"
PCRE=YES
+ ngx_found=no
else
# FreeBSD PCRE port.