summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-01 20:53:17 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-01 21:34:23 -0500
commitafeacb8e74b2a1e366e5ca9f0e58805d8d96c457 (patch)
tree209fdb7a36a4658e4b79581a2e3a661921b3a0cf
parentad01e86b5c7c528adec8a1f95ecaa294f58a8922 (diff)
Bump dri2proto requirement to 1.99.3.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9beeca1a5..989d0ab08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -858,7 +858,7 @@ if test "x$DRI" = xyes; then
AC_SUBST(GL_CFLAGS)
fi
-PKG_CHECK_MODULES([DRI2PROTO], [dri2proto >= 1.99.1],
+PKG_CHECK_MODULES([DRI2PROTO], [dri2proto >= 1.99.3],
[HAVE_DRI2PROTO=yes], [HAVE_DRI2PROTO=no])
case "$DRI2,$HAVE_DRI2PROTO" in
yes,no)