mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
07912bf6c1
commit
9ee2e12585
@ -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>
|
2005-11-18 David Hampton <hampton@employees.org>
|
||||||
|
|
||||||
* src/report/report-gnome/gnc-plugin-page-report-ui.xml:
|
* src/report/report-gnome/gnc-plugin-page-report-ui.xml:
|
||||||
|
@ -1048,7 +1048,7 @@ then
|
|||||||
if test $gtkhtml = 0
|
if test $gtkhtml = 0
|
||||||
then
|
then
|
||||||
PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.1 , [gtkhtml=1],
|
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
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user