diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-05 22:29:46 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-22 22:29:06 -0800 |
commit | 0d2f3192cc7dedee160702c5eaf4d2b03a21612b (patch) | |
tree | fa57675e6d769f46b96951734d588a3f26a20ac3 /configure.ac | |
parent | 9729a3345940c400753a383f014300bf9878cb0f (diff) |
Print which option was in error along with usage message
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
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 1dbf55a..0ef434b 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ XORG_DEFAULT_OPTIONS AC_CONFIG_HEADERS([config.h]) # Checks for pkg-config packages -PKG_CHECK_MODULES(FSTOBDF, [xproto >= 7.0.17 x11 libfs]) +PKG_CHECK_MODULES(FSTOBDF, [xproto >= 7.0.25 x11 libfs]) AC_CONFIG_FILES([ Makefile |