summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-01-03 21:12:21 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-01-04 10:47:10 +0100
commit4435791013a7172a06a17e5656a5e6007f5a2d89 (patch)
tree1be56946ab8389c61ca17ec218ff2f5ff6c52e6f /configure.ac
parent27e1294cf8ef11455cb54527b8a269717ea12395 (diff)
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dd3752b..185433c 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])