summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan D <jan.h.d@swipnet.se>2015-05-07 20:09:16 +0200
committerJan D <jan.h.d@swipnet.se>2015-05-07 20:09:16 +0200
commit59cfdb4984292921e1ae12f20c6d4c6d19db1f90 (patch)
tree6d3854f27cccf364fabeceffc3e88b42669ff6e4 /configure.ac
parent0ecd391c8042513261ce378c4bd21095ad2975c1 (diff)
Warn for multiple display crash for all Gtk+ versions.
* configure.ac: Warn for multiple display crash for all Gtk+ versions. Output URL to Gtk+ bug (Bug#20452).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 4 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index d2f21eeddae..90a40552a35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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