From 20accf341cef4f90997369c6aa26f748e3b9be76 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 17 Jun 2014 21:58:11 -0700 Subject: Don't do the check for clang/clang++. Adding -Qunused-arguments to CXXFLAGS causes the checks for -f and -m flags not to fail with clang++, causing the configure script to warn about -f flags supported by clang but not clang++ indicating that the compilers are a mismatched pair. The checks we do for flags should eliminate "unused" -f/-m flags, suppressing the warnings that way. Change-Id: I749d6f499a3d34300518cc0ba539f355377359af Reviewed-on: https://code.wireshark.org/review/2362 Reviewed-by: Guy Harris --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 582640baa7..e032403cb3 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,6 @@ AM_PROG_CC_C_O AC_PROG_CXX AC_PROG_CPP AC_PROG_MKDIR_P -AC_WIRESHARK_CLANG_CHECK dnl Work around libtool bug (fixed in the version 1.5a?) AC_DEFUN([AC_PROVIDE_AC_LIBTOOL_DLOPEN], ) -- cgit v1.2.3