diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-04-25 21:17:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-04-25 21:17:23 -0700 |
commit | 717b348e12bdd1f3486709e9887b4cfcfa3fd6de (patch) | |
tree | cb8b37979f9b47a61b82e3f240e8b846ed5b1c7f /configure.ac | |
parent | ecbd7c66a53cab3964c30158973fc5d620d898cd (diff) |
Mark usage as noreturn, as suggested by -Wmissing-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 1383c97..c27a9f6 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(XEYES, x11 xt xext xmu) +PKG_CHECK_MODULES(XEYES, [x11 xt xext xmu xproto >= 7.0.17]) dnl Optional dependencies AC_ARG_WITH(xrender, AS_HELP_STRING([--with-xrender],[Use Xrender for rendering (Default is YES)]),use_xrender="$withval",use_xrender="try") |