From c1c629eb37ec5d5f09ed11072c4070ec61012faf Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 5 Jan 1999 12:21:54 +0000 Subject: [PATCH] LibGTop will now require GLIB >= 1.1.12. 1999-01-05 Martin Baulig * configure.in: LibGTop will now require GLIB >= 1.1.12. --- ChangeLog | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a31f337f..fcffb87d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index f2dae6ed..b0c8035c 100644 --- a/configure.in +++ b/configure.in @@ -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.