From: Guy Harris Date: Sun, 12 May 2013 23:10:09 +0000 (-0700) Subject: Update a comment. X-Git-Tag: tcpdump-4.5.0~80^2~1 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/c52f2fa7a09768fc157a4d22eee5865ebb9d9519 Update a comment. --- diff --git a/aclocal.m4 b/aclocal.m4 index 36807483..fb6c65ad 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -960,13 +960,7 @@ AC_DEFUN(AC_LBL_DEVEL, fi if test -f .devel ; then # - # At least one version of HP's C compiler will not - # exit with a non-zero exit status when given an - # unknown -W flag, even if you use +We and the - # number of the warning it gives for that issue. - # - # We therefore skip all the warning option stuff - # on HP-UX. + # Skip all the warning option stuff on some compilers. # if test "$ac_lbl_cc_dont_try_gcc_dashW" != yes; then AC_LBL_CHECK_UNKNOWN_WARNING_OPTION_ERROR() diff --git a/configure b/configure index e10dcd4d..827b5a61 100755 --- a/configure +++ b/configure @@ -11164,13 +11164,7 @@ rm -f os-proto.h fi if test -f .devel ; then # - # At least one version of HP's C compiler will not - # exit with a non-zero exit status when given an - # unknown -W flag, even if you use +We and the - # number of the warning it gives for that issue. - # - # We therefore skip all the warning option stuff - # on HP-UX. + # Skip all the warning option stuff on some compilers. # if test "$ac_lbl_cc_dont_try_gcc_dashW" != yes; then