aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEDT 1998 Gregory McLean <gregm@comstar.net>1998-04-19 13:28:13 +0800
committerGregory McLean <gregm@src.gnome.org>1998-04-19 13:28:13 +0800
commit2a20ac7931134f67e42d5983b9dc26c3c234f577 (patch)
tree7d370d5895901091ac7399c24d5d86d4e283d55c
parent112b6d8f880511400b17b1dbc2ee25ebe5ccdec5 (diff)
downloadgsoc2013-evolution-2a20ac7931134f67e42d5983b9dc26c3c234f577.tar
gsoc2013-evolution-2a20ac7931134f67e42d5983b9dc26c3c234f577.tar.gz
gsoc2013-evolution-2a20ac7931134f67e42d5983b9dc26c3c234f577.tar.bz2
gsoc2013-evolution-2a20ac7931134f67e42d5983b9dc26c3c234f577.tar.lz
gsoc2013-evolution-2a20ac7931134f67e42d5983b9dc26c3c234f577.tar.xz
gsoc2013-evolution-2a20ac7931134f67e42d5983b9dc26c3c234f577.tar.zst
gsoc2013-evolution-2a20ac7931134f67e42d5983b9dc26c3c234f577.zip
Updated the gtk check to check for 1.0.0
Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net> * gnome-x-checks.m4: Updated the gtk check to check for 1.0.0 svn path=/trunk/; revision=165
-rw-r--r--macros/gnome-x-checks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4
index 429b46c63b..7b43a5744d 100644
--- a/macros/gnome-x-checks.m4
+++ b/macros/gnome-x-checks.m4
@@ -15,7 +15,7 @@ dnl gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS}
dnl
AC_DEFUN([GNOME_X_CHECKS],
[
- AM_PATH_GTK(0.99.5,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
+ AM_PATH_GTK(1.0.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"