aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2007-03-18 17:13:44 +0000
committerJan Djärv <[email protected]>2007-03-18 17:13:44 +0000
commitadfd1e399538f8c51a5edd9fc2617415b631bf7f (patch)
tree6cccdb0254e366877267e0da219fd9eb211a8994 /configure.in
parentfe5429607af630c9cc67006669c3b995be83bb6c (diff)
Warning for Gtk+ and Cygwin added.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7de491bb0b..b64c30be69 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.