summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2010-10-20 09:24:36 +0200
committerGuillem Jover <guillem@hadrons.org>2010-10-21 05:28:25 +0200
commit549e7f3da0c69d80e37ef1dad8926ce4df8796ec (patch)
tree5e53b30581d8e01a1ea8cbfd21dff9ef70f86bae
parentaf043f32f4d719ff43e77ec3110a293f2169cd4f (diff)
build: Remove AC_PROG_CC as it overrides AC_PROG_CC_C99
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_CC_C99. This sets the compiler to C99 mode, but if the AC_PROG_CC macro is called afterwards, it might reset it to C89 mode.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5c41b5c..71ebd0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,6 @@ XORG_DEFAULT_OPTIONS
# Checks for programs.
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-AC_PROG_CC
AH_TOP([#include "xorg-server.h"])