Remove obsolescent macro AM_PROG_CC_C_O
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 7 Dec 2013 23:50:39 +0000 (18:50 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 7 Dec 2013 23:50:39 +0000 (18:50 -0500)
configure.ac

index 8f2f2d0..8b7ed65 100644 (file)
@@ -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.