diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-13 12:25:45 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-13 12:25:45 -0800 |
commit | 701d5f797a77ba3b3ff2d8c25b7951563d7e4363 (patch) | |
tree | e8810b20d2581b97d766f0ec32098dcb37b1a963 /configure.ac | |
parent | 4b994408d260eb90d8c65739bc3cd6d56037b10a (diff) |
Mark Exit() & usage() with _X_NORETURN, cleanup previous workarounds
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 e930a7c..8141908 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(XSTDCMAP, xmu x11) +PKG_CHECK_MODULES(XSTDCMAP, [xmu x11 xproto >= 7.0.17]) AC_CONFIG_FILES([ Makefile |