mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
541a0122ce
commit
30663ec6c9
@ -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>
|
2003-01-27 Christian Stimming <stimming@tuhh.de>
|
||||||
|
|
||||||
* src/import-export/hbci/glade/hbci.glade: Some more GUI work for
|
* src/import-export/hbci/glade/hbci.glade: Some more GUI work for
|
||||||
|
@ -876,7 +876,7 @@ then
|
|||||||
# imlib, though it needs it so we'll just steal gtkhtml's which does.
|
# imlib, though it needs it so we'll just steal gtkhtml's which does.
|
||||||
AC_CHECK_LIB(zvt, main, true,
|
AC_CHECK_LIB(zvt, main, true,
|
||||||
[AC_MSG_ERROR([libzvt development files not found. See config.log.])],
|
[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_CHECK_LIB(bonobo, main, true,
|
||||||
# [AC_MSG_ERROR([libbonobo development files not found. See config.log.])
|
# [AC_MSG_ERROR([libbonobo development files not found. See config.log.])
|
||||||
|
Loading…
Reference in New Issue
Block a user