Files
nginx/auto/lib/make

13 lines
160 B
Plaintext
Raw Normal View History

2003-11-25 20:44:56 +00:00
2004-03-09 19:47:07 +00:00
if [ $MD5 != NO ]; then
. auto/lib/md5/make
fi
2003-11-25 20:44:56 +00:00
2004-03-09 19:47:07 +00:00
if [ $ZLIB != NO ]; then
. auto/lib/zlib/make
fi
2003-11-25 20:44:56 +00:00
2004-03-09 19:47:07 +00:00
if [ $PCRE != NO ]; then
. auto/lib/pcre/make
2003-11-25 20:44:56 +00:00
fi