aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Anderson <andersoe@cs.cmu.edu>2014-10-06 13:11:14 -0400
committerJoão Valverde <j@v6e.pt>2016-03-10 01:54:27 +0000
commit2728f5673fd99f0c634ffe5e72a2eee02526bc00 (patch)
tree7fd6a057547253ec3de27e4b174fac189e019496 /Makefile.am
parent99db1c5c982360c5f8307f41eccc6417f83e6a84 (diff)
Use AX_PROG_CC_FOR_BUILD macro to identify compiler targeting the build host.
(When cross-compiling, this is *not* the compiler used to build wireshark itself). Macro ax_prog_cc_for_build.m4 retrieved from http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git Change-Id: I035059d9315e0081dcf1ffbafd9ce6d7ad46700c Reviewed-on: https://code.wireshark.org/review/4503 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Eric Anderson <andersoe@cs.cmu.edu> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a9dc3c9894..f4230ddeab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -711,6 +711,7 @@ EXTRA_DIST = \
aclocal-fallback/ax_ext.m4 \
aclocal-fallback/ax_gcc_x86_cpuid.m4 \
aclocal-fallback/ax_gcc_x86_avx_xgetbv.m4 \
+ aclocal-fallback/ax_prog_cc_for_build.m4 \
aclocal-fallback/libsmi.m4 \
aclocal-fallback/libgcrypt.m4 \
aclocal-flags \