summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-18 20:59:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-18 20:59:01 -0700
commit61f95e11eef3fbfb9060a32233df13c35115a6f3 (patch)
treec8d9ced1bb2d1307dfa4fdd67168d73e996ed2c2 /configure.ac
parent52bbd1ce31f1adf2b7145b9d6183f6b866fa9301 (diff)
Add noreturn attributes suggested by -Wmissing-noreturn
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c7ec91b..9d7c26e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_CHECK_FUNCS([strlcpy getpid])
AM_ICONV
dnl Required dependencies
-PKG_CHECK_MODULES(XCLOCK, xaw7 xmu x11)
+PKG_CHECK_MODULES(XCLOCK, [xaw7 xmu x11 xproto >= 7.0.17])
XCLOCK_LIBS="$XCLOCK_LIBS $LIBICONV"
dnl Optional dependencies