summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-16 11:55:23 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-18 19:36:47 -0800
commitc6405fe931f313a0d159bdad00244fc8aae12468 (patch)
treee8cc613566344506d6a9b13bdba35d8d8851e9e6 /configure.ac
parent17aa1f2305da0952ad594c7329d08aba21f13ac8 (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: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a41d6424..4946024a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,6 @@ XORG_PROG_RAWCPP
# Checks for programs.
AC_PROG_LIBTOOL
-AC_PROG_CC
PKG_PROG_PKG_CONFIG
if test x"$CC_FOR_BUILD" = x; then