fix syntax error
authorYang Tse <yangsita@gmail.com>
Tue, 14 Oct 2008 04:59:22 +0000 (04:59 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 14 Oct 2008 04:59:22 +0000 (04:59 +0000)
ares/m4/cares-compilers.m4
m4/curl-compilers.m4

index 5d7f0e5..a54f336 100644 (file)
@@ -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
         ;;
         #
index 03d35cd..52f30b1 100644 (file)
@@ -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
         ;;
         #