From: Hugo Villeneuve Date: Sat, 7 Dec 2013 23:50:39 +0000 (-0500) Subject: Remove obsolescent macro AM_PROG_CC_C_O X-Git-Tag: v2.0.0~28 X-Git-Url: http://gitweb.hugovil.com/?p=emu8051.git;a=commitdiff_plain;h=b8e00ae8a17b9531e3e8b8740687f0767767b995 Remove obsolescent macro AM_PROG_CC_C_O --- diff --git a/configure.ac b/configure.ac index 8f2f2d0..8b7ed65 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,6 @@ AM_INIT_AUTOMAKE(check-news -Wall std-options color-tests parallel-tests) AM_SILENT_RULES([yes]) dnl Testing the C compiler. -AM_PROG_CC_C_O AC_LANG_C dnl Checking for typedefs, structures, and compiler characteristics.