summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-02-19 08:34:28 -0500
committerDave Airlie <airlied@redhat.com>2012-02-22 09:56:14 +0000
commite312659c698f256eb90bca8b23407bafeb9a0be7 (patch)
tree90e9f8ae0864f39d30ec6d65922e6b6c74f2f542
parentd6087ea8e87e30f9d831198d0102aeeeb7d67960 (diff)
Remove redundant AC_PROG_CC
Already covered by XORG_DEFAULT_OPTIONS 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 01596b5..c936683 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,6 @@ AM_MAINTAINER_MODE
# Checks for programs.
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-AC_PROG_CC
AM_PROG_CC_C_O
if test "x$GCC" = "xyes"; then