Make it really *require* GLIB >= 1.1.3.

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

	* configure.in: Make it really *require* GLIB >= 1.1.3.
This commit is contained in:
Martin Baulig
1998-09-27 21:25:20 +00:00
committed by Martin Baulig
parent 02dfde47ab
commit fce4841810
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1998-09-27 Martin Baulig <martin@home-of-linux.org>
* configure.in: Make it really *require* GLIB >= 1.1.3.
1998-09-27 Raja R Harinath <harinath@cs.umn.edu> 1998-09-27 Raja R Harinath <harinath@cs.umn.edu>
* configure.in: Move check for `-lresolv', `-lsocket' and `-lnsl' * configure.in: Move check for `-lresolv', `-lsocket' and `-lnsl'

View File

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