diff --git a/ChangeLog b/ChangeLog index b12fe549f9..8a2d1d4416 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-27 Derek Atkins + + * 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 * src/import-export/hbci/glade/hbci.glade: Some more GUI work for diff --git a/configure.in b/configure.in index 1b93b4f56a..7e471d2da2 100644 --- a/configure.in +++ b/configure.in @@ -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.])