[PATCH input-mouse 10/14] config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
Gaetan Nadon
memsize at videotron.ca
Fri May 14 13:50:32 PDT 2010
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 at videotron.ca>
---
configure.ac | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7a00716..75c079e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,6 @@ AC_SUBST([DRIVER_NAME])
# Checks for programs.
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-AC_PROG_CC
AC_ARG_WITH(xorg-module-dir,
AC_HELP_STRING([--with-xorg-module-dir=DIR],
--
1.6.0.4
More information about the xorg-devel
mailing list