Restore CFLAGS after tests.

Reverts single line of broken commit e5133a94dc.

Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Arkadiusz Miśkiewicz 2009-04-29 00:21:18 +02:00 committed by Eric Anholt
parent 8255cca2c9
commit a8a771a853
1 changed files with 1 additions and 0 deletions

View File

@ -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])