Mercurial > MadButterfly
changeset 920:f02f3f20ce95
Fix pangocairo error message text
author | wuman |
---|---|
date | Tue, 26 Oct 2010 21:44:30 +0800 |
parents | d2863fa9720b |
children | c6481c41ac79 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Tue Oct 26 21:28:04 2010 +0800 +++ b/configure.ac Tue Oct 26 21:44:30 2010 +0800 @@ -149,7 +149,7 @@ PKG_CHECK_MODULES([cairo], [cairo >= 1.6], , AC_MSG_ERROR([cairo >= 1.6 not found])) #PKG_CHECK_MODULES([cairo2], [cairo2 >= 2.0], , AC_MSG_ERROR([cairo2 >= 2.0 not found])) [if [ x"${sh_text}" = xtrue ]; then] - PKG_CHECK_MODULES([pangocairo], [pangocairo >= 1.0], , AC_MSG_ERROR([pangocairo >= 1.0 not found, use --disable_sh_text to configure without pangocairo.])) + PKG_CHECK_MODULES([pangocairo], [pangocairo >= 1.0], , AC_MSG_ERROR([pangocairo >= 1.0 not found: use --disable-sh_text to configure without pangocairo.])) [fi] [fi]