gnome vs. gtk 1.0.x



Since the current gnome cvs snapshot unfortunately does not work with gtk+ 1.0.3, 
wouldn't it make sense to check for gtk+ 1.1.0?

Robert


--- ../../../cvs/gnome-libs/macros/gnome-x-checks.m4    Sun Apr 19 10:06:23 1998
+++ gnome-x-checks.m4   Wed May 27 16:42:07 1998
@@ -15,7 +15,7 @@
 dnl
 AC_DEFUN([GNOME_X_CHECKS],
 [
-       AM_PATH_GTK(1.0.0,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
+       AM_PATH_GTK(1.1.0,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
 
        dnl Hope that GTK_CFLAGS have only -I and -D.  Otherwise, we could
        dnl   test -z "$x_includes" || CPPFLAGS="$CPPFLAGS -I$x_includes"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]