| commit | b3968b314f063c42f983ba70becfb9fae97651f0 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Wed Apr 14 17:44:28 2004 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Wed Apr 14 17:44:28 2004 +0000 |
| tree | 49334a35d59b4491c62facced5f0bdef1e434343 | |
| parent | a3677248993cddbf6f406dccd313eda8759724fb [diff] [blame] |
nginx-0.0.3-2004-04-14-21:44:28 import
diff --git a/auto/options b/auto/options index eac59d5..b4ca3a7 100644 --- a/auto/options +++ b/auto/options
@@ -6,6 +6,7 @@ OBJS=objs DEBUG=NO +CC_OPT= CPU=NO TEST_BUILD_DEVPOLL=NO @@ -72,6 +73,7 @@ --with-cc=*) CC="$value" ;; --with-cpp=*) CPP="$value" ;; + --with-cc-opt=*) CC_OPT="$value" ;; --with-cpu-opt=*) CPU="$value" ;; --with-debug) DEBUG=YES ;;