summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 11:18:33 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 11:18:33 -0800
commit766a467795cd9e58cd9ea0266dd6a5b54403aac8 (patch)
treed8fac7e6fa613afed8a02270b893105f9e4bcb00 /configure.ac
parent5fe00fdffe8ec04f8ad04617a2b26ff282049a4c (diff)
Mark usage() as _X_NORETURN to satisfy -Wmissing-noreturn warning
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 e9c80d7..add3a92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
-PKG_CHECK_MODULES(APPRES, x11 xt)
+PKG_CHECK_MODULES(APPRES, [x11 xt xproto >= 7.0.17])
AC_CONFIG_FILES([
Makefile