summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2007-03-18 17:14:01 +0000
committerJan Djärv <jan.h.d@swipnet.se>2007-03-18 17:14:01 +0000
commita2d3b5bdcb680c5fdfef11e31840d8e466c9a8fb (patch)
tree71a4b4d21ce81597275ef7921a4bd573b1e2f89c /configure
parentadfd1e399538f8c51a5edd9fc2617415b631bf7f (diff)
downloademacs-a2d3b5bdcb680c5fdfef11e31840d8e466c9a8fb.tar.gz
Regenerated
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure b/configure
index 5a3da683a77..111728ea66e 100755
--- a/configure
+++ b/configure
@@ -23049,6 +23049,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.