From 1e84d1262f41f74974a971d063e18a1b9dc927bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 27 Sep 2000 19:52:48 -0700
Subject: [PATCH] hope this doesn't break anythying, I don't have a modern
 gnome to test with...

Rev: src/post_modules/GTK/configure.in:1.19
---
 src/post_modules/GTK/configure.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/post_modules/GTK/configure.in b/src/post_modules/GTK/configure.in
index a93c276561..d8454a5ee2 100644
--- a/src/post_modules/GTK/configure.in
+++ b/src/post_modules/GTK/configure.in
@@ -301,6 +301,18 @@ AC_SUBST(GNOME_LIBS)
 AC_SUBST(pgtk_has_gnome)
 AC_SUBST(pgtk_has_docklets)
 AC_PATH_PROG(GNOME_CONFIG,gnome-config,no)
+
+if test "$GNOME_CONFIG" = "no"; then
+  :
+else
+  case "`$GNOME_CONFIG --version`" in
+    gnome-libs\ 1.0.*)
+      GNOME_CONFIG=no
+      AC_MSG_WARN(Gnome 1.0.x not supported)
+    ;;
+  esac
+fi
+
 AC_MSG_CHECKING([gnome])
 
 if test "$GNOME_CONFIG" = "no"; then
-- 
GitLab