Mercurial > emacs
changeset 76545:e891b9362f50
Regenerated
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 18 Mar 2007 17:14:01 +0000 |
parents | 59e531a2256b |
children | d098799ecaa3 |
files | configure |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Mar 18 17:13:44 2007 +0000 +++ b/configure Sun Mar 18 17:14:01 2007 +0000 @@ -23049,6 +23049,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.