aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-23 19:29:22 +0000
committerPeter Wu <peter@lekensteyn.nl>2016-02-24 12:14:13 +0000
commite8e084a05295b3694bdc1b8f3af801ae18cea1c9 (patch)
tree7aecc4b515aa0af62cef3abd928f79fe49f06bb9 /Makefile.am
parent7c15566fa1a92c2970cfd00331efad9b08c50241 (diff)
Check for clang before trying to add -Q flag
Change-Id: I91a9d8fd4ae6623b3719a3927da1d1b714f08b04 Reviewed-on: https://code.wireshark.org/review/14106 Reviewed-by: João Valverde <j@v6e.pt> Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \