diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-28 15:02:37 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-07-29 15:51:08 -0700 |
commit | 55dcfdbbd6a2a4debb717b104c4b54f4a2c76fff (patch) | |
tree | f6de247b61a16492dc07355b9a71548dfed2956d | |
parent | 4d349b6c333449517913a5e981b4fc3155da4855 (diff) |
Remove hardcoded gcc -Wall option from configure.ac
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
(cherry picked from commit 442967c90dd9d8483a56bdc9237c49e33d619126)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 <GL/gl.h> #include <GL/internal/dri_interface.h> #ifndef __DRI_DRI2 |