2010-04-19 16:16:09 +00:00
|
|
|
configure.ac | 5 ++++-
|
|
|
|
1 files changed, 4 insertions(+), 1 deletions(-)
|
|
|
|
|
2009-11-04 14:05:38 +00:00
|
|
|
diff --git a/configure.ac b/configure.ac
|
2010-06-16 13:24:18 +00:00
|
|
|
index af30b8a..ca6c7cc 100644
|
2009-11-04 14:05:38 +00:00
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
2010-06-16 13:24:18 +00:00
|
|
|
@@ -253,7 +253,10 @@ dnl **********************************************************************
|
2009-04-22 10:14:36 +00:00
|
|
|
|
|
|
|
CURL_CHECK_COMPILER
|
|
|
|
CURL_SET_COMPILER_BASIC_OPTS
|
|
|
|
-CURL_SET_COMPILER_DEBUG_OPTS
|
|
|
|
+
|
|
|
|
+dnl do not perturb CFLAGS given by the build system
|
|
|
|
+dnl CURL_SET_COMPILER_DEBUG_OPTS
|
|
|
|
+
|
|
|
|
CURL_SET_COMPILER_OPTIMIZE_OPTS
|
|
|
|
CURL_SET_COMPILER_WARNING_OPTS
|
|
|
|
|