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>
This commit is contained in:
João Valverde 2016-03-10 03:36:23 +00:00 committed by João Valverde
parent 95951ad6fa
commit 57f494c96e
1 changed files with 0 additions and 1 deletions

View File

@ -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