summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-28 20:06:16 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-01 19:54:03 -0800
commit1f20efb09b0d437e0618b7588212e2e0b9ffd3b2 (patch)
tree785f311123045bcfc5f872572fcc0b2509fc6c4d /configure.ac
parent9b529480074120f8228662ede175bfa65f6ece8c (diff)
Use _X_NORETURN from xproto 7.0.17 instead of local check
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
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 0462836..147d733 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ XORG_DEFAULT_OPTIONS
AC_CHECK_HEADERS([wchar.h wctype.h langinfo.h])
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XPROP, x11)
+PKG_CHECK_MODULES(XPROP, [x11 xproto >= 7.0.17])
XORG_WITH_LINT