[PATCH input-vmmouse 1/5] Autoconf: remove AC_PROG_CC which overrides AC_PROG_CC_C99 from util-macros

Gaetan Nadon memsize at videotron.ca
Sun Sep 22 17:31:16 PDT 2013


All other X.Org modules and mainly the server are using C99 compiler.
Currently the compiler gets initialized twice, once to C99 from
util-macros and once to C89 from configure.ac.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1ffc219..eb92f07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,6 @@ AC_SUBST([DRIVER_NAME])
 # Checks for programs.
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
-AC_PROG_CC
 
 AH_TOP([#include "xorg-server.h"])
 
-- 
1.7.9.5



More information about the xorg-devel mailing list