Require GLib 1.1.4

This commit is contained in:
Shawn Amundson 1998-10-31 10:01:16 +00:00
parent 4848d691e0
commit 704266d646

View File

@ -170,9 +170,9 @@ fi
if test x$with_glib = x ; then
# Look for separately installed glib
AM_PATH_GLIB(1.1.3,,
AM_PATH_GLIB(1.1.4,,
AC_MSG_ERROR([
*** GLIB 1.1.3 or better is required. The latest version of GLIB
*** GLIB 1.1.4 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org.]),
gmodule)