Regenerated
This commit is contained in:
parent
adfd1e3995
commit
a2d3b5bdcb
1 changed files with 10 additions and 0 deletions
10
configure
vendored
10
configure
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue