changeset 76544:59e531a2256b

Warning for Gtk+ and Cygwin added.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 18 Mar 2007 17:13:44 +0000
parents 9baf4672c7b6
children e891b9362f50
files configure.in
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Mar 18 17:13:35 2007 +0000
+++ b/configure.in	Sun Mar 18 17:13:44 2007 +0000
@@ -3211,6 +3211,16 @@
    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.