From 4435791013a7172a06a17e5656a5e6007f5a2d89 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 3 Jan 2012 21:12:21 -0500 Subject: [PATCH] config: remove unrequired AM_PROG_CC_C_O Required when using per-target flags or subdir-objects with C sources. http://www.gnu.org/software/automake/manual/automake.html Signed-off-by: Gaetan Nadon Signed-off-by: Daniel Vetter --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index dd3752be..185433c8 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # Checks for programs. AC_PROG_CC AC_PROG_CC_C99 -AM_PROG_CC_C_O # Initialize libtool LT_PREREQ([2.2])