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-03-12 00:34:52 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-03-12 00:34:52 +0300
commita893eab667078a8ad9f473296663b36e6ade111a (patch)
tree5eb4a198f0e0976948fc154c832663db661a4a91 /auto/lib/make
parent6bb889f442bd7c5c6f640021014014ebc59bac27 (diff)
nginx-0.0.2-2004-03-12-00:34:52 import
Diffstat (limited to 'auto/lib/make')
-rw-r--r--auto/lib/make8
1 files changed, 4 insertions, 4 deletions
diff --git a/auto/lib/make b/auto/lib/make
index 66568e6f5..3bab86b71 100644
--- a/auto/lib/make
+++ b/auto/lib/make
@@ -1,4 +1,8 @@
+if [ $PCRE != NO ]; then
+ . auto/lib/pcre/make
+fi
+
if [ $MD5 != NO ]; then
. auto/lib/md5/make
fi
@@ -6,7 +10,3 @@ fi
if [ $ZLIB != NO ]; then
. auto/lib/zlib/make
fi
-
-if [ $PCRE != NO ]; then
- . auto/lib/pcre/make
-fi