From 55dcfdbbd6a2a4debb717b104c4b54f4a2c76fff Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 28 Jul 2009 15:02:37 -0700 Subject: [PATCH] Remove hardcoded gcc -Wall option from configure.ac Signed-off-by: Alan Coopersmith (cherry picked from commit 442967c90dd9d8483a56bdc9237c49e33d619126) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 792c622b9..c8aedc958 100644 --- a/configure.ac +++ b/configure.ac @@ -880,7 +880,7 @@ fi if test "x$DRI2" = xyes; then save_CFLAGS=$CFLAGS - CFLAGS="$GL_CFLAGS $LIBDRM_CFLAGS -Wall" + CFLAGS="$GL_CFLAGS $LIBDRM_CFLAGS" AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include #include #ifndef __DRI_DRI2