diff auto/lib/make @ 286:fc8dc489247e

nginx-0.0.2-2004-03-12-00:34:52 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Mar 2004 21:34:52 +0000
parents 30310107dbc9
children ee394e997c77
line wrap: on
line diff
--- a/auto/lib/make
+++ b/auto/lib/make
@@ -1,3 +1,7 @@
+
+if [ $PCRE != NO ]; then
+    . auto/lib/pcre/make
+fi
 
 if [ $MD5 != NO ]; then
     . auto/lib/md5/make
@@ -6,7 +10,3 @@ fi
 if [ $ZLIB != NO ]; then
     . auto/lib/zlib/make
 fi
-
-if [ $PCRE != NO ]; then
-    . auto/lib/pcre/make
-fi