diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-28 15:02:37 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-28 15:02:37 -0700 |
commit | 442967c90dd9d8483a56bdc9237c49e33d619126 (patch) | |
tree | 397e25debfea420a5c999669a26db421e40d4dc2 | |
parent | 52e9ef5664a697a31102e8761eaa03cff01d14d8 (diff) |
Remove hardcoded gcc -Wall option from configure.ac
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b245cdcc4..1e3438e7d 100644 --- a/configure.ac +++ b/configure.ac @@ -918,7 +918,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 |