* configure.in -- don't assume gtkhtml is avail from gnome-config

when testing for zvt.  Use the (already aquired) $GTKHTML_LIBS
	  instead.  Fixes Stan's problem from gc-devel.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7887 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-01-27 17:54:15 +00:00
parent 541a0122ce
commit 30663ec6c9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-01-27 Derek Atkins <derek@ihtfp.com>
* configure.in -- don't assume gtkhtml is avail from gnome-config
when testing for zvt. Use the (already aquired) $GTKHTML_LIBS
instead. Fixes Stan's problem from gc-devel.
2003-01-27 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/glade/hbci.glade: Some more GUI work for

View File

@ -876,7 +876,7 @@ then
# imlib, though it needs it so we'll just steal gtkhtml's which does.
AC_CHECK_LIB(zvt, main, true,
[AC_MSG_ERROR([libzvt development files not found. See config.log.])],
`$GNOME_CONFIG --libs zvt gtkhtml`)
`$GNOME_CONFIG --libs zvt` $GTKHTML_LIBS)
#AC_CHECK_LIB(bonobo, main, true,
# [AC_MSG_ERROR([libbonobo development files not found. See config.log.])