mirror of
https://github.com/nginx/nginx.git
synced 2024-12-04 05:38:59 +08:00
20 lines
266 B
Plaintext
20 lines
266 B
Plaintext
|
|
# Copyright (C) Igor Sysoev
|
|
|
|
|
|
if [ $USE_PCRE = YES ]; then
|
|
. auto/lib/pcre/conf
|
|
fi
|
|
|
|
if [ $USE_MD5 = YES ]; then
|
|
. auto/lib/md5/conf
|
|
fi
|
|
|
|
if [ $USE_OPENSSL = YES ]; then
|
|
. auto/lib/openssl/conf
|
|
fi
|
|
|
|
if [ $USE_ZLIB = YES ]; then
|
|
. auto/lib/zlib/conf
|
|
fi
|