LibGTop now requires glib.

1998-09-12  Martin Baulig  <martin@home-of-linux.org>

	* configure.in (AM_PATH_GLIB): LibGTop now requires glib.
This commit is contained in:
Martin Baulig
1998-09-12 13:53:59 +00:00
committed by Martin Baulig
parent b85a419f28
commit 37283cfdad
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1998-09-12 Martin Baulig <martin@home-of-linux.org>
* configure.in (AM_PATH_GLIB): LibGTop now requires glib.
1998-09-09 Martin Baulig <baulig@Stud.Informatik.uni-trier.de>
* include/glibtop/proctime.h (glibtop_proc_time): Added `xcpu_utime' and

View File

@@ -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.