]> git.eshelyaron.com Git - emacs.git/commitdiff
Warn for multiple display crash for all Gtk+ versions.
authorJan D <jan.h.d@swipnet.se>
Thu, 7 May 2015 18:09:16 +0000 (20:09 +0200)
committerJan D <jan.h.d@swipnet.se>
Thu, 7 May 2015 18:09:16 +0000 (20:09 +0200)
* configure.ac: Warn for multiple display crash for all Gtk+
versions.  Output URL to Gtk+ bug (Bug#20452).

configure.ac

index d2f21eeddae22392827588a381a53ea07ddeed97..90a40552a35d3991d749c3863c214a9ad87a1260 100644 (file)
@@ -2496,15 +2496,12 @@ if test x"$pkg_check_gtk" = xyes; then
     GTK_OBJ="gtkutil.o $GTK_OBJ"
     term_header=$gtk_term_header
     USE_X_TOOLKIT=none
-    if "$PKG_CONFIG" --atleast-version=2.10 gtk+-2.0; then
-      :
-    else
-      AC_MSG_WARN([[Your version of Gtk+ will have problems with
+    AC_MSG_WARN([[Your version of Gtk+ will have problems with
        closing open displays.  This is no problem if you just use
        one display, but if you use more than one and close one of them
-       Emacs may crash.]])
-      sleep 3
-    fi
+       Emacs may crash.
+       See http://bugzilla.gnome.org/show_bug.cgi?id=85715]])
+    sleep 3
   fi
 
 fi