diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-22 23:01:53 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-22 23:01:53 -0800 |
commit | 2e195507f5b17425d02af4dd6a4f151158d715c3 (patch) | |
tree | 2e694e29b1c88f0beac6830e147d2361b2fc7e37 /configure.ac | |
parent | 07f1204a7d56e6b02098cf4b82f9f90576e7f289 (diff) |
Mark Exit() and usage() as _X_NORETURN
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9bffa65..6b4bb5c 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(XKILL, x11 xmuu) +PKG_CHECK_MODULES(XKILL, [x11 xmuu xproto >= 7.0.17]) AC_CONFIG_FILES([ Makefile |