diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-06-09 20:19:49 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-06-09 20:19:49 -0700 |
commit | e13d96502d6df614c35584c2e9919f4a508de34f (patch) | |
tree | d2cde7c0280bbde4cd6425cc771456be6d9953f6 /configure.ac | |
parent | 7965bc6efbf5db244593735bbb98f0ffa759cd1a (diff) |
Replace local checks for gcc with _X_NORETURN from xproto 7.0.17
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 1945711..d24848c 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS # Checks for pkg-config packages -PKG_CHECK_MODULES(XEV, xrandr >= 1.2 xrender x11) +PKG_CHECK_MODULES(XEV, [xrandr >= 1.2 xrender x11 xproto >= 7.0.17]) AC_CONFIG_FILES([ Makefile |