LibGTop will now require GLIB >= 1.1.11.

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

	* configure.in: LibGTop will now require GLIB >= 1.1.11.
This commit is contained in:
Martin Baulig
1999-01-05 11:10:08 +00:00
committed by Martin Baulig
parent ce80f111df
commit 394d4dc226
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1999-01-05 Martin Baulig <martin@home-of-linux.org>
* configure.in: LibGTop will now require GLIB >= 1.1.11.
1999-01-05 Martin Baulig <martin@home-of-linux.org>
* configure.in: Make it abort if the `dc' utility is not installed.

View File

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