summaryrefslogtreecommitdiff
path: root/macros/gnome-x-checks.m4
diff options
context:
space:
mode:
authorlukka <lukka@src.gnome.org>1999-07-08 12:53:53 +0000
committerlukka <lukka@src.gnome.org>1999-07-08 12:53:53 +0000
commitc94883a7bffce828acb87740262a7f1ac5fba08f (patch)
tree0b7f94b8ba9e2856a849e11e67e4658e11a3ed8f /macros/gnome-x-checks.m4
parentcf296af531df777ded0c69f057de2237c8b1e867 (diff)
downloadshared-mime-info-c94883a7bffce828acb87740262a7f1ac5fba08f.tar.gz
Add a comment to show how to get gtk 1.2 and glib 1.2 from cvs
svn path=/trunk/; revision=849
Diffstat (limited to 'macros/gnome-x-checks.m4')
-rw-r--r--macros/gnome-x-checks.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4
index df033d5a..4ac3ba44 100644
--- a/macros/gnome-x-checks.m4
+++ b/macros/gnome-x-checks.m4
@@ -43,7 +43,9 @@ dnl Check that we *don't* get GTK 1.3.* yet
#endif
], [AC_MSG_ERROR([Aborting, the current versions
of gnome are not yet compatible with the unstable GTK 1.3 release.
- Please use GTK 1.2.])])
+ Please use GTK 1.2. To get Gtk 1.2 and Glib 1.2 from the CVS repo
+ sitory, use the commands cvs checkout -r gtk-1-2 gtk and
+ cvs checkout -r glib-1-2 glib.])])
dnl We are requiring GTK >= 1.1.1, which means this will be fine anyhow.