diff options
author | Martin Baulig <martin@home-of-linux.org> | 1999-01-05 12:21:54 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1999-01-05 12:21:54 +0000 |
commit | c1c629eb37ec5d5f09ed11072c4070ec61012faf (patch) | |
tree | fb2a1cd949cb2060fd1cfd40ebb113948729e587 /configure.in | |
parent | 5566a5cde2de72be17dbe8835f976b0cfaa43c3c (diff) | |
download | libgtop-c1c629eb37ec5d5f09ed11072c4070ec61012faf.tar.gz |
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |