| # Copyright (C) Igor Sysoev |
| # Copyright (C) Nginx, Inc. |
| if [ $USE_PCRE = YES -o $PCRE != NONE ]; then |
| if [ $USE_PCRE = DISABLED -a $HTTP_REWRITE = YES ]; then |
| $0: error: the HTTP rewrite module requires the PCRE library. |
| You can either disable the module by using --without-http_rewrite_module |
| option or you have to enable the PCRE support. |
| if [ $USE_OPENSSL = YES ]; then |
| if [ $USE_ZLIB = YES ]; then |
| if [ $USE_LIBXSLT != NO ]; then |
| if [ $USE_LIBGD != NO ]; then |
| if [ $USE_PERL != NO ]; then |
| if [ $USE_GEOIP != NO ]; then |
| if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then |
| . auto/lib/google-perftools/conf |
| if [ $NGX_LIBATOMIC != NO ]; then |
| . auto/lib/libatomic/conf |