aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-compilers.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-14 04:59:22 +0000
committerYang Tse <yangsita@gmail.com>2008-10-14 04:59:22 +0000
commitbf8d642607f49355d22e47eca09a79485a3fd1a9 (patch)
tree596781f540c1f83de8fcf77e10eb178d33102e12 /m4/curl-compilers.m4
parent1fab40bb69669efcb52d03fd688289551727ad7a (diff)
fix syntax error
Diffstat (limited to 'm4/curl-compilers.m4')
-rw-r--r--m4/curl-compilers.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
index 03d35cdf4..52f30b122 100644
--- a/m4/curl-compilers.m4
+++ b/m4/curl-compilers.m4
@@ -946,7 +946,7 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
#
if test "$want_warnings" = "yes"; then
dnl Issue all warnings
- dnl tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
+ tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
fi
;;
#