summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-27 18:50:15 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-27 18:50:15 -0500
commit9ea1790d61bd135714c40e5089ecb1effa1dbcc0 (patch)
tree13025cfe59592e163100bdd53c2d6fa2e1be6c35
parent4e0c6c45d819befdd9315d6282b957f7cfec3ae2 (diff)
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8389dfc..d119528 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,6 @@ XORG_WITH_FOP
XORG_CHECK_SGML_DOCTOOLS(1.5)
# Check for progs
-AC_PROG_CC
AC_PROG_LIBTOOL
dnl If the first PKG_CHECK_MODULES appears inside a conditional, pkg-config
dnl must first be located explicitly.