aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-10 03:36:23 +0000
committerJoão Valverde <j@v6e.pt>2016-03-10 03:46:57 +0000
commit57f494c96e498908c327c0712f3d8199d8944f36 (patch)
tree016bf2d493819ac3e9352174b4ecefd97d7dd9ba /configure.ac
parent95951ad6fa4c90bb9063086830128a137c1515e8 (diff)
autotools: Don't use AM_PROG_CC_C_O
Try to fix OSX build after commit g2728f56: configure.ac:76: error: AC_PROG_CC cannot be called after AM_PROG_CC_C_O aclocal-fallback/ax_prog_cc_for_build.m4:125: AX_PROG_CC_FOR_BUILD is expanded from... Automake manual indicates this macro as obsolescent. Change-Id: Ia110ad34d65cab91a55b9d57673356d5c4b3bfe3 Reviewed-on: https://code.wireshark.org/review/14403 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 03c3a5f928..aef43d50e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,6 @@ if test "$ac_cv_prog_cc_stdc" == "no"
then
AC_MSG_ERROR([The C compiler does not support standard C])
fi
-AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_MKDIR_P