diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-11-20 15:35:29 -0500 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2011-11-21 10:33:11 +0200 |
commit | 725d6ddc0b0888af9b033ccb6ce88c9800a791f9 (patch) | |
tree | bd27f520d0c3d7c3d3f59db2b74194f376425986 /configure.ac | |
parent | 40aae069bb15cda123f5e08b757ca93166e62db8 (diff) |
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 <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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"]) |