aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-17 22:46:56 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-18 05:47:24 +0000
commitc507304d98f8ec06207cf75a78443e3ebddb83b9 (patch)
tree2c5c0bcbfe9e00de7d040cf1ab8bafe8840232d1 /acinclude.m4
parent7bae85acb8fbf02da62ea29a5e29d8110dd62e40 (diff)
If we don't check for something, don't print a result.
This caues a bunch of bogus "no"s to be printed when testing for various compiler options when the compiler isn't GCC-like enough to accept GCC-style -W, -f, and -m flags. Change-Id: I16cf45729c61d166644cbddccfbaeb9b7770b045 Reviewed-on: https://code.wireshark.org/review/2365 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 36114dd908..35263ea139 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1888,8 +1888,6 @@ if test "x$ac_supports_gcc_flags" = "xyes" ; then
AC_MSG_WARN([$CC and $CXX appear to be a mismatched pair])
fi
fi
-else
- AC_MSG_RESULT(no)
fi
])