diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-04 23:14:22 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-22 22:13:42 -0800 |
commit | 15d326027827c168511f923e72c64e2131515e19 (patch) | |
tree | 8354aa7b2cb15e62b8b0b47ce193e4541a396cef /configure.ac | |
parent | 64bc2b97d408d6fea16716e37f7b5ff1661d57fd (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 0b8cee6..d61ec7c 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,7 @@ AC_SUBST([MATH_LIBS]) # Obtain compiler/linker options from dependencies PKG_CHECK_MODULES(BMTOA, [x11 xmu xproto >= 7.0.17]) -PKG_CHECK_MODULES(ATOBM, [xproto >= 7.0.17]) +PKG_CHECK_MODULES(ATOBM, [xproto >= 7.0.25]) PKG_CHECK_MODULES(BITMAP, xbitmaps xaw7 xmu) PKG_CHECK_MODULES(APPDEFS, xt) |