LibGTop will now require GLIB >= 1.1.12.

1999-01-05  Martin Baulig  <martin@home-of-linux.org>

	* configure.in: LibGTop will now require GLIB >= 1.1.12.
This commit is contained in:
Martin Baulig
1999-01-05 12:21:54 +00:00
committed by Martin Baulig
parent 5566a5cde2
commit c1c629eb37
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
* libgtop.spec: Always build SMP support; binary packages should
contain all possible features.
* configure.in: LibGTop will now require GLIB >= 1.1.11.
* configure.in: LibGTop will now require GLIB >= 1.1.12.
1999-01-05 Martin Baulig <martin@home-of-linux.org>

View File

@@ -153,7 +153,7 @@ AC_SUBST(guile_subdirs)
AM_PROG_LIBTOOL
AM_PATH_GLIB(1.1.11,,AC_MSG_ERROR(GLIB >= 1.1.11 is required for LibGTop))
AM_PATH_GLIB(1.1.12,,AC_MSG_ERROR(GLIB >= 1.1.12 is required for LibGTop))
dnl You need to uncomment the following line if you want to use
dnl libGTop without Gnome.