[PATCH intel-gpu-tools 05/10] config: remove unrequired AM_PROG_CC_C_O
Gaetan Nadon
memsize at videotron.ca
Mon Jan 2 15:23:16 PST 2012
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 at videotron.ca>
---
configure.ac | 1 -
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])
--
1.7.5.4
More information about the xorg-devel
mailing list