summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-20 22:45:53 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-20 23:03:29 -0800
commit87fd28cd5a5acfe6e91c97c4af0a469e1e86cbd5 (patch)
tree4b9ad10eb94699f3b5a1718004399ddbf2fe1820 /configure.ac
parent637c59e78f699a824e78316cb8ca3113bb5c738b (diff)
downloadxorg-util-makedepend-baserock/morph.tar.gz
Mark fatalerr & catch as _X_NORETURNbaserock/morph
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d0bdbde..0b352d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,6 @@ dnl Use 64-bit file operations on 32-bit systems that support them
AC_SYS_LARGEFILE
dnl Check for pkg-config packages
-PKG_CHECK_MODULES(X, [xproto])
+PKG_CHECK_MODULES(X, [xproto >= 7.0.17])
AC_OUTPUT([Makefile])