nginx-0.0.3-2004-04-14-21:44:28 import
diff --git a/auto/cc b/auto/cc
index da15877..b089529 100644
--- a/auto/cc
+++ b/auto/cc
@@ -1,4 +1,6 @@
+CFLAGS="$CFLAGS $CC_OPT"
+
case $CC in
*gcc*)
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 ;;