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>
This commit is contained in:
Gaetan Nadon
2011-11-20 15:35:29 -05:00
committed by Martin-Éric Racine
parent 40aae069bb
commit 725d6ddc0b

View File

@@ -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"])