[PATCH video-vmware 2/2] config: remove unrequired AM_PROG_CC_C_O for per-target compilation flags

Gaetan Nadon memsize at videotron.ca
Wed Aug 18 12:54:06 PDT 2010


Only the use of per-target compilation flags with C sources requires
that the macro AM_PROG_CC_C_O be called from configure.ac.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7249ca1..df3c3ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,9 +44,6 @@ XORG_DEFAULT_OPTIONS
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 
-# Checks for programs.
-AM_PROG_CC_C_O
-
 AH_TOP([#include "xorg-server.h"])
 
 # Define a configure option for an alternate module directory
-- 
1.6.0.4



More information about the xorg-devel mailing list