diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2007-03-18 17:14:01 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2007-03-18 17:14:01 +0000 |
commit | a2d3b5bdcb680c5fdfef11e31840d8e466c9a8fb (patch) | |
tree | 71a4b4d21ce81597275ef7921a4bd573b1e2f89c /configure | |
parent | adfd1e399538f8c51a5edd9fc2617415b631bf7f (diff) | |
download | emacs-a2d3b5bdcb680c5fdfef11e31840d8e466c9a8fb.tar.gz |
Regenerated
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
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. |