From c6405fe931f313a0d159bdad00244fc8aae12468 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 16 Jan 2011 11:55:23 -0800 Subject: [PATCH] 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 Reviewed-by: Gaetan Nadon --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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