comparison auto/options @ 2172:c31c569708bd

fix ngx_cpp_test_module configure
author Igor Sysoev <igor@sysoev.ru>
date Wed, 13 Aug 2008 08:29:27 +0000
parents 69ef10ad7011
children 03180d4e5af2
comparison
equal deleted inserted replaced
2171:85a7d7415b70 2172:c31c569708bd
207 --without-mail_pop3_module) MAIL_POP3=NO ;; 207 --without-mail_pop3_module) MAIL_POP3=NO ;;
208 --without-mail_imap_module) MAIL_IMAP=NO ;; 208 --without-mail_imap_module) MAIL_IMAP=NO ;;
209 --without-mail_smtp_module) MAIL_SMTP=NO ;; 209 --without-mail_smtp_module) MAIL_SMTP=NO ;;
210 210
211 --with-google_perftools_module) NGX_GOOGLE_PERFTOOLS=YES ;; 211 --with-google_perftools_module) NGX_GOOGLE_PERFTOOLS=YES ;;
212 --with-cpp_test_module) NGX_CPP_TEST_MODULE=YES ;; 212 --with-cpp_test_module) NGX_CPP_TEST=YES ;;
213 213
214 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;; 214 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
215 215
216 --with-cc=*) CC="$value" ;; 216 --with-cc=*) CC="$value" ;;
217 --with-cpp=*) CPP="$value" ;; 217 --with-cpp=*) CPP="$value" ;;