mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-15 09:30:43 +01:00
Remove hardcoded gcc -Wall option from configure.ac
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
(cherry picked from commit 442967c90d)
This commit is contained in:
parent
4d349b6c33
commit
55dcfdbbd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue