mirror of
https://github.com/nginx/nginx.git
synced 2024-12-03 04:39:00 +08:00
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
|
|
if [ $PCRE != NONE -a $PCRE != NO ]; then
|
|
. auto/lib/pcre/make
|
|
fi
|
|
|
|
if [ $MD5 != NONE -a $MD5 != NO ]; then
|
|
. auto/lib/md5/make
|
|
fi
|
|
|
|
if [ $ZLIB != NONE -a $ZLIB != NO ]; then
|
|
. auto/lib/zlib/make
|
|
fi
|