aboutsummaryrefslogtreecommitdiff
path: root/auto/lib/make
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/make')
-rw-r--r--auto/lib/make4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/lib/make b/auto/lib/make
index ef571c5b8..60cd7bcd2 100644
--- a/auto/lib/make
+++ b/auto/lib/make
@@ -17,3 +17,7 @@ fi
if [ $ZLIB != NONE -a $ZLIB != NO -a $ZLIB != YES ]; then
. auto/lib/zlib/make
fi
+
+if [ $USE_PERL = YES ]; then
+ . auto/lib/perl/make
+fi