From: Gaetan Nadon Date: Wed, 12 Jan 2011 18:10:21 +0000 (-0500) Subject: config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/3697929d913904343868e459621ad07ea147b150?ds=sidebyside;hp=--cc 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 --- 3697929d913904343868e459621ad07ea147b150 diff --git a/configure.ac b/configure.ac index aab0db5..9919a60 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,6 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_CC # Checks for pkg-config packages