Wireshark-commits: [Wireshark-commits] master 57f494c: autotools: Don't use AM_PROG_CC_C_O
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 10 Mar 2016 03:47:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=57f494c96e498908c327c0712f3d8199d8944f36
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

57f494c by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

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

Actions performed:

    from  95951ad   Add the pass number to the fuzz failure report.
    adds  57f494c   autotools: Don't use AM_PROG_CC_C_O


Summary of changes:
 configure.ac |    1 -
 1 file changed, 1 deletion(-)