From d695372a7f8c54c0297c4dbd3513175417eade40 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 22 Sep 2013 16:50:58 -0400 Subject: Autoconf: remove AC_PROG_CC which overrides AC_PROG_CC_C99 from util-macros 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. Reviewed-by: Peter Hutterer Signed-off-by: Gaetan Nadon --- 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"]) -- cgit v1.2.3