comparison auto/lib/conf @ 6419:39a806ccf21e

Dynamic modules: perl.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 26 Feb 2016 14:27:04 +0300
parents 85dea406e18f
children 9eefb38f0005
comparison
equal deleted inserted replaced
6418:8e6f34342eb6 6419:39a806ccf21e
64 64
65 if [ $USE_LIBGD != NO ]; then 65 if [ $USE_LIBGD != NO ]; then
66 . auto/lib/libgd/conf 66 . auto/lib/libgd/conf
67 fi 67 fi
68 68
69 if [ $USE_PERL = YES ]; then 69 if [ $USE_PERL != NO ]; then
70 . auto/lib/perl/conf 70 . auto/lib/perl/conf
71 fi 71 fi
72 72
73 if [ $USE_GEOIP != NO ]; then 73 if [ $USE_GEOIP != NO ]; then
74 . auto/lib/geoip/conf 74 . auto/lib/geoip/conf