summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEDT 1998 Gregory McLean <gregm@comstar.net>1998-04-19 05:28:13 +0000
committerGregory McLean <gregm@src.gnome.org>1998-04-19 05:28:13 +0000
commitcd3795bb9366bda917464ffb1605ed402a121e23 (patch)
tree9938d3d75631e2f7854277e6581c0e6a5a77fbd9
parent5c8e7eb9e00269cf97d45f79675523d91f82eaea (diff)
downloadgnome-common-cd3795bb9366bda917464ffb1605ed402a121e23.tar.gz
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=194
-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 429b46c..7b43a57 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"