From 725d6ddc0b0888af9b033ccb6ce88c9800a791f9 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 20 Nov 2011 15:35:29 -0500 Subject: config: The compiler version to use is now set in XORG_DEFAULT_OPTIONS In this case "now" means a couple of years ago. All of Xorg is compiled with AC_PROG_CC_C99. It shows up in config.log as CC='gcc -std=gnu99'. The removed statement was resetting the compiler to C89 as it comes after XORG_DEFAULT_OPTIONS. Signed-off-by: Gaetan Nadon --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7a90b80..c4a9883 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 AH_TOP([#include "xorg-server.h"]) -- cgit v1.2.3