diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-16 11:00:38 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-16 11:02:34 -0700 |
commit | 2ffeff68a6774675b1741655fa7a22c7af93c2ac (patch) | |
tree | 5a1c6ae730a7781c49a67188c8612c0eaf75473b /configure.ac | |
parent | 122fa8689837bc5a5166432609f351c200a17ef6 (diff) |
Mark usage() as _X_NORETURN _X_COLD
Raises minimum xproto requirement to 7.0.25 from Nov. 2013
to get the _X_COLD definition in <X11/Xfuncproto.h>
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 d5669be..602b9ca 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ if test x$use_xkb != xno ; then fi # Checks for pkg-config packages -PKG_CHECK_MODULES(XFD, [xaw7 fontconfig xft xrender xmu xproto >= 7.0.17 ${XKBMODULE}]) +PKG_CHECK_MODULES(XFD, [xaw7 fontconfig xft xrender xmu xproto >= 7.0.25 ${XKBMODULE}]) PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` |