Restore CFLAGS after tests.
Reverts single line of broken commit e5133a94dc.
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
8255cca2c9
commit
a8a771a853
|
|
@ -116,6 +116,7 @@ if test x$DRI = xauto; then
|
|||
fi
|
||||
fi
|
||||
AC_MSG_RESULT([$DRI])
|
||||
CFLAGS="$save_CFLAGS"
|
||||
|
||||
PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.10])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue