Derrick Hudson's patch to tell users that they need gtkhtml-3.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11973 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2005-11-18 18:44:52 +00:00
parent 07912bf6c1
commit 9ee2e12585
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-11-18 Derek Atkins <derek@ihtfp.com>
* configure.in: Derrick Hudson's patch to tell users
that they need gtkhtml-3.
2005-11-18 David Hampton <hampton@employees.org>
* src/report/report-gnome/gnc-plugin-page-report-ui.xml:

View File

@ -1048,7 +1048,7 @@ then
if test $gtkhtml = 0
then
PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.1 , [gtkhtml=1],
AC_MSG_ERROR([Could not find a working gtkhtml version]))
AC_MSG_ERROR([Could not find a working gtkhtml version (need >= 3.0)]))
fi
fi
fi