| author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-28 22:02:37 (GMT) |
|---|---|---|
| committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-28 22:02:37 (GMT) |
| commit | 442967c90dd9d8483a56bdc9237c49e33d619126 (patch) (side-by-side diff) | |
| tree | 397e25debfea420a5c999669a26db421e40d4dc2 | |
| parent | 52e9ef5664a697a31102e8761eaa03cff01d14d8 (diff) | |
| download | xserver-442967c90dd9d8483a56bdc9237c49e33d619126.zip xserver-442967c90dd9d8483a56bdc9237c49e33d619126.tar.gz | |
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 b245cdc..1e3438e 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 |
