]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Update a comment.
authorGuy Harris <[email protected]>
Sun, 12 May 2013 23:10:09 +0000 (16:10 -0700)
committerGuy Harris <[email protected]>
Sun, 12 May 2013 23:10:09 +0000 (16:10 -0700)
aclocal.m4
configure

index 368074839c536cf1185dcb25731ef82de4f77c51..fb6c65ad996b937e424b41c4b1802f6b0f001e05 100644 (file)
@@ -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()
index e10dcd4dfeb135472a2dd32ce0d9d09d4c728e5c..827b5a61961d4605c44df08ce7a657b926f661c5 100755 (executable)
--- 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