summaryrefslogtreecommitdiff
path: root/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
commit7e94946102e0e8b9e30abfc9bf1a082d9acf7f25 (patch)
treeb2b6c1122194cd12515bb1b76d66362566cd5dc8 /m4
parent5abbce8c5b58de4190007833e690b0177ada169c (diff)
downloadc-ares-7e94946102e0e8b9e30abfc9bf1a082d9acf7f25.tar.gz
c-ares-7e94946102e0e8b9e30abfc9bf1a082d9acf7f25.tar.bz2
c-ares-7e94946102e0e8b9e30abfc9bf1a082d9acf7f25.zip
fix syntax error
Diffstat (limited to 'm4')
-rw-r--r--m4/cares-compilers.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/cares-compilers.m4 b/m4/cares-compilers.m4
index 5d7f0e5..a54f336 100644
--- a/m4/cares-compilers.m4
+++ b/m4/cares-compilers.m4
@@ -940,7 +940,7 @@ AC_DEFUN([CARES_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
;;
#