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 <memsize@videotron.ca>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Gaetan Nadon 2012-01-03 21:12:21 -05:00 committed by Daniel Vetter
parent 27e1294cf8
commit 4435791013

View File

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