From 9ea1790d61bd135714c40e5089ecb1effa1dbcc0 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 27 Jan 2011 18:50:15 -0500 Subject: 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') 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. -- cgit v1.2.3