]> The Tcpdump Group git mirrors - tcpdump/commit
Don't try -W flags with HP's C compiler.
authorGuy Harris <[email protected]>
Wed, 8 May 2013 06:58:51 +0000 (23:58 -0700)
committerGuy Harris <[email protected]>
Wed, 8 May 2013 06:58:51 +0000 (23:58 -0700)
commite6ffaf83959eadaf224e2de9da1e71151e3734fd
tree5a62dc92dba582c661d0525d75585cd2a8efc6e9
parent7d0510cec8de0f7157050e9daaf0246d7d6c7eeb
Don't try -W flags with HP's C compiler.

HP's C compiler cannot be made to exit with a non-zero exit status when
given an unknown compiler flag, so you can't use that to figure out if a
flag is supported, but it *will* print a warning, which we don't want.

In addition, it doesn't support -W flags for warnings in any case, so
let's not bother with them.
aclocal.m4
configure