summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz <arekm@maven.pl>2009-04-29 00:21:18 +0200
committerEric Anholt <eric@anholt.net>2009-05-04 11:05:20 -0700
commita8a771a853478e5f45f71d0eff3c4d55bf24d0ad (patch)
tree31be79462773d690055adb3259b8330ab211c6f3
parent8255cca2c9092f7ecb798944aa8f03fa3efcfa6c (diff)
Restore CFLAGS after tests.
Reverts single line of broken commit e5133a94dc78411eaef324131ea8056aeb81779e. Signed-off-by: Eric Anholt <eric@anholt.net>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 12fec794..8aef4cfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])