diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-04 23:53:20 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-22 22:28:16 -0800 |
commit | f09c42b9849ebc84ecc625323351d24dc551b94a (patch) | |
tree | 8e7c7dbf89271cc427e9b189fd31c76aa56430b0 /configure.ac | |
parent | 8d60a7198cc366d72fd03a5821de9b56719588fc (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 e828085..58a4607 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(FSLSFONTS, [xproto >= 7.0.17 libfs]) +PKG_CHECK_MODULES(FSLSFONTS, [xproto >= 7.0.25 libfs]) AC_CONFIG_FILES([ Makefile |