diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-09 23:01:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-09 23:01:23 -0700 |
commit | 25454313c637f2b6983ba289deed96141cec8000 (patch) | |
tree | b595b2c4ce194f397047c57db60342c6f30573ba /configure.ac | |
parent | de0e13ada857191a59c0e8f985d2317a7c41f43b (diff) |
Mark functions noreturn as suggested by gcc -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 8e9d602..7d4ecab 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ XORG_DEFAULT_OPTIONS AC_CHECK_FUNCS([strlcpy]) # Checks for pkg-config packages -PKG_CHECK_MODULES(XCALC, xaw7 xt x11) +PKG_CHECK_MODULES(XCALC, [xaw7 xt x11 xproto >= 7.0.17]) PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` |