diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-03 23:36:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-03 23:36:56 -0700 |
commit | 5f47bf1a212b957009a85207338ee5b1d6ec6340 (patch) | |
tree | fba1cee39c4d5fa9401ab8fb5e2c13385c6edde0 /configure.ac | |
parent | 9798300fc71af02f8725bc7b4da47a4b8676f5ab (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 b1bc647..1592c22 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS # Checks for pkg-config packages -PKG_CHECK_MODULES(XVINFO, [xv x11 xproto >= 7.0.17]) +PKG_CHECK_MODULES(XVINFO, [xv x11 xproto >= 7.0.25]) AC_CONFIG_FILES([ Makefile |