summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-15 09:35:46 +0000
committerYang Tse <yangsita@gmail.com>2009-05-15 09:35:46 +0000
commit4b5589ab99eaee489fc0b87e7d90339512e552bf (patch)
treebf1f9e4d98b406fa9fa24c35dea2943d843f4b57 /m4
parent566b59a2360021fb84b266fadabd683cdb0b1cad (diff)
downloadc-ares-4b5589ab99eaee489fc0b87e7d90339512e552bf.tar.gz
c-ares-4b5589ab99eaee489fc0b87e7d90339512e552bf.tar.bz2
c-ares-4b5589ab99eaee489fc0b87e7d90339512e552bf.zip
remove outdated comment
Diffstat (limited to 'm4')
-rw-r--r--m4/cares-compilers.m46
1 files changed, 1 insertions, 5 deletions
diff --git a/m4/cares-compilers.m4 b/m4/cares-compilers.m4
index 2bfe856..5e5b3a8 100644
--- a/m4/cares-compilers.m4
+++ b/m4/cares-compilers.m4
@@ -16,7 +16,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 50
+# serial 51
dnl CARES_CHECK_COMPILER
@@ -901,10 +901,6 @@ AC_DEFUN([CARES_SET_COMPILER_WARNING_OPTS], [
if test "$want_warnings" = "yes"; then
dnl Issue all warnings
tmp_CFLAGS="$tmp_CFLAGS +w1"
- dnl Due to the HP-UX socklen_t issue it is insane to use the +w1
- dnl warning level. Until the issue is somehow fixed we will just
- dnl use the +w2 warning level.
- dnl tmp_CFLAGS="$tmp_CFLAGS +w2"
fi
;;
#