diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2013-09-22 16:50:58 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2013-09-24 09:02:57 -0400 |
commit | d695372a7f8c54c0297c4dbd3513175417eade40 (patch) | |
tree | ef1d2773867b4512feba67f1080a66a005223155 | |
parent | 8cb6254ad3068537e74faaf80b9e346e525ea92d (diff) |
Autoconf: remove AC_PROG_CC which overrides AC_PROG_CC_C99 from util-macros
All other X.Org modules and mainly the server are using C99 compiler.
Currently the compiler gets initialized twice, once to C99 from
util-macros and once to C89 from configure.ac.
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1ffc219..eb92f07 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,6 @@ AC_SUBST([DRIVER_NAME]) # Checks for programs. AC_DISABLE_STATIC AC_PROG_LIBTOOL -AC_PROG_CC AH_TOP([#include "xorg-server.h"]) |