diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-01 00:13:58 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-01 00:23:41 -0700 |
commit | e320555a2281ff6b5ad9409480a62c976a289dc1 (patch) | |
tree | 426a455dba9e924ebd104f865abd6e13bc3df134 /configure.ac | |
parent | 82f549d1c8780538fb115ee2768d2f4024d302b2 (diff) |
Print which option was in error along with usage message
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 c84299a..bbd9e94 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ XORG_DEFAULT_OPTIONS AC_CHECK_FUNCS([strncasecmp asprintf]) # Checks for pkg-config packages -PKG_CHECK_MODULES(XMODMAP, x11 xproto >= 7.0.17) +PKG_CHECK_MODULES(XMODMAP, [x11 xproto >= 7.0.25]) dnl Allow checking code with lint, sparse, etc. XORG_WITH_LINT |