diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 19:41:30 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 19:41:30 -0400 |
commit | fed5c9e4c8d0b5b4c706f67ccba5556cb4b0b1bd (patch) | |
tree | 3ff9ca0e307cf5a62109d07d08cec4c07d5c1e93 /configure.ac | |
parent | 4b18662b6f90e78914f4bac9e5ae682d9bd1dbd5 (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: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e9f640e..7aef38d 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,6 @@ XORG_DEFAULT_OPTIONS # Checks for programs. AC_DISABLE_STATIC AC_PROG_LIBTOOL -AC_PROG_CC AH_TOP([#include "xorg-server.h"]) |