Warning for Gtk+ and Cygwin added.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 18 Mar 2007 17:13:44 +0000 (17:13 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 18 Mar 2007 17:13:44 +0000 (17:13 +0000)
configure.in

index 7de491b..b64c30b 100644 (file)
@@ -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.