nginx/auto/lib/make

13 lines
160 B
Plaintext
Raw Normal View History

2003-11-25 14:44:56 -06:00
2004-03-11 15:34:52 -06:00
if [ $PCRE != NO ]; then
. auto/lib/pcre/make
fi
2004-03-09 13:47:07 -06:00
if [ $MD5 != NO ]; then
. auto/lib/md5/make
fi
2003-11-25 14:44:56 -06:00
2004-03-09 13:47:07 -06:00
if [ $ZLIB != NO ]; then
. auto/lib/zlib/make
fi