aboutsummaryrefslogtreecommitdiff
path: root/ares/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 /ares/m4
parent1fab40bb69669efcb52d03fd688289551727ad7a (diff)
fix syntax error
Diffstat (limited to 'ares/m4')
-rw-r--r--ares/m4/cares-compilers.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/m4/cares-compilers.m4 b/ares/m4/cares-compilers.m4
index 5d7f0e5eb..a54f33688 100644
--- a/ares/m4/cares-compilers.m4
+++ b/ares/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
;;
#