summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-11-03 18:57:20 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-11-03 19:01:20 -0800
commit1dacc4b5554f794f8219356a0d2bd2dc6a499160 (patch)
treeb75ac79015ca29e876ef0137f04886608a3f25ff /configure.ac
parente73a94da99c25dc705be814fb18c306e9301a135 (diff)
Print which option was in error along with usage message
In the process, try to make the code a little less painful to read. Still, no love to whomever came up with (*++*a) style coding. 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 3801170..828d14f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,7 @@ AC_CHECK_TYPES([
AC_CHECK_FUNCS([pututline updwtmpx utmpxname])
# Obtain compiler/linker options for depedencies
-PKG_CHECK_MODULES(SESSREG, xproto)
+PKG_CHECK_MODULES(SESSREG, [xproto >= 7.0.25])
AC_CONFIG_FILES([
Makefile