aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-compilers.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
commitf3e6a582d4656df085629d7086d96aa8bca62d06 (patch)
treec629916aa60bf7c11f2c3278de8dd45cf8a908e4 /m4/curl-compilers.m4
parent3ae470eedfeec4abd47b1216bfbec00f1c56e9e4 (diff)
remove outdated comment
Diffstat (limited to 'm4/curl-compilers.m4')
-rw-r--r--m4/curl-compilers.m46
1 files changed, 1 insertions, 5 deletions
diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
index e1337d961..9a0c66bf8 100644
--- a/m4/curl-compilers.m4
+++ b/m4/curl-compilers.m4
@@ -22,7 +22,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 50
+# serial 51
dnl CURL_CHECK_COMPILER
@@ -907,10 +907,6 @@ AC_DEFUN([CURL_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
;;
#