summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-02-19 08:36:15 -0500
committerDave Airlie <airlied@redhat.com>2012-02-22 09:56:15 +0000
commit3fa7fe00f7b954236bf5262614a0ad1002f1a1d2 (patch)
tree9447ce095cab71c00bcbe59a7e1c799f50c45e3c
parente312659c698f256eb90bca8b23407bafeb9a0be7 (diff)
Remove unneeded AM_PROG_CC_C_CO
There are no objects in subdirs or compiled multiple times with different flags. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c936683..a2488f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,6 @@ AM_MAINTAINER_MODE
# Checks for programs.
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-AM_PROG_CC_C_O
if test "x$GCC" = "xyes"; then
CPPFLAGS="$CPPFLAGS -Wall"