From: Jan Djärv Date: Sun, 18 Mar 2007 17:13:44 +0000 (+0000) Subject: Warning for Gtk+ and Cygwin added. X-Git-Tag: emacs-pretest-22.0.96~69 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adfd1e399538f8c51a5edd9fc2617415b631bf7f;p=emacs.git Warning for Gtk+ and Cygwin added. --- diff --git a/configure.in b/configure.in index 7de491bb0b5..b64c30be693 100644 --- a/configure.in +++ b/configure.in @@ -3211,6 +3211,16 @@ if test $USE_XASSERTS = yes; then echo fi +if test "$USE_X_TOOLKIT" = GTK; then + case "$canonical" in + *cygwin*) + echo "There are known problems with Emacs and Gtk+ on cygwin, so you + will probably get a crash on startup. If this happens, please use another + toolkit for Emacs. See etc/PROBLEMS for more information." + ;; + esac +fi + # Remove any trailing slashes in these variables.