diff --git a/ChangeLog b/ChangeLog index 7da09633..45555f82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-09-12 Martin Baulig + + * configure.in (AM_PATH_GLIB): LibGTop now requires glib. + 1998-09-09 Martin Baulig * include/glibtop/proctime.h (glibtop_proc_time): Added `xcpu_utime' and diff --git a/configure.in b/configure.in index d57723ee..f9323fdc 100644 --- a/configure.in +++ b/configure.in @@ -125,7 +125,10 @@ AC_SUBST(guile_subdirs) AM_PROG_LIBTOOL -dnl You need to uncomment the following line if you want to use libgtop without Gnome. +AM_PATH_GLIB + +dnl You need to uncomment the following line if you want to use +dnl libGTop without Gnome. dnl GNOME_SUPPORT_CHECKS dnl Checks for typedefs, structures, and compiler characteristics.