summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1999-03-17 02:43:20 +0000
committerTim Janik <timj@src.gnome.org>1999-03-17 02:43:20 +0000
commit2d49bbb044de4ad315ba22f7a32a1342ab8c425d (patch)
treee254c0c19d872280a7cb6a9a9e766e82e1a6b32b /configure.in
parentf045ba415af3f1f779639e5a5c96e91c618adfe7 (diff)
downloadgtk+-2d49bbb044de4ad315ba22f7a32a1342ab8c425d.tar.gz
build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from
Wed Mar 17 02:49:32 1999 Tim Janik <timj@gtk.org> * configure.in: build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0. * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this file. strongly deprecated the GTK_HAVE_* macros, we provide GTK_CHECK_VERSION() for people that need to check for certain Gtk+ versions. * gtk/gtkcompat.h: removed this from CVS. * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad idea right from the start, it just didn't seem like that back then.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index dfbd6d33ab..c34744c10c 100644
--- a/configure.in
+++ b/configure.in
@@ -216,9 +216,9 @@ fi
if test x$with_glib = x ; then
# Look for separately installed glib
- AM_PATH_GLIB(1.2.0,,
+ AM_PATH_GLIB(1.3.0,,
AC_MSG_ERROR([
-*** GLIB 1.2.0 or better is required. The latest version of GLIB
+*** GLIB 1.3.0 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org/.]),
gmodule gthread)
@@ -588,5 +588,5 @@ po/Makefile.in
docs/Makefile
gdk/Makefile
gtk/Makefile
-gtk/gtkfeatures.h
+gtk/gtkcompat.h
], [chmod +x gtk-config])