summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/make
diff options
context:
space:
mode:
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