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: Rhys Kidd <[email protected]>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b2913e8..3b09c01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,6 @@ m4_ifndef([XORG_DRIVER_CHECK_EXT],
 # Checks for programs.
 AC_DISABLE_STATIC
 LT_INIT
-AC_PROG_CC
 
 AH_TOP([#include "xorg-server.h"])
 
-- 
2.19.1

_______________________________________________
Nouveau mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to