From e8e084a05295b3694bdc1b8f3af801ae18cea1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Tue, 23 Feb 2016 19:29:22 +0000 Subject: Check for clang before trying to add -Q flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I91a9d8fd4ae6623b3719a3927da1d1b714f08b04 Reviewed-on: https://code.wireshark.org/review/14106 Reviewed-by: João Valverde Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 55ac4d5fad..c6a44a130c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -706,8 +706,9 @@ EXTRA_DIST = \ abi-descriptor.template \ aclocal-fallback/ax_append_flag.m4 \ aclocal-fallback/ax_check_compile_flag.m4 \ - aclocal-fallback/ax_gcc_x86_cpuid.m4 \ + aclocal-fallback/ax_compiler_vendor.m4 \ aclocal-fallback/ax_ext.m4 \ + aclocal-fallback/ax_gcc_x86_cpuid.m4 \ aclocal-fallback/ax_gcc_x86_avx_xgetbv.m4 \ aclocal-fallback/libsmi.m4 \ aclocal-fallback/libgcrypt.m4 \ -- cgit v1.2.3