diff options
author | Carl Worth <cworth@cworth.org> | 2005-02-05 17:17:19 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-02-05 17:17:19 +0000 |
commit | eb01786729b3d56f47ddf593fd5cc826d5c75064 (patch) | |
tree | 902ca4c0c4680dff3376e703d36c0abcbbbfa4ce /configure.in | |
parent | b0ee983a7def6752d5bff7481c4af487db757b36 (diff) |
Add message stating why glitz backend is disabled.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ff27493d..616b52f6 100644 --- a/configure.in +++ b/configure.in @@ -229,7 +229,7 @@ dnl =========================================================================== AC_ARG_ENABLE(glitz, [ --disable-glitz Disable cairo's glitz backend], - [use_glitz=$enableval], [use_glitz=no]) + [use_glitz=$enableval], [use_glitz="no (temporarily disabled while code is out of sync)"]) if test "x$use_glitz" = "xyes"; then PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.0, [ |