aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
23049 echo 23049 echo
23050fi 23050fi
23051 23051
23052if test "$USE_X_TOOLKIT" = GTK; then
23053 case "$canonical" in
23054 *cygwin*)
23055 echo "There are known problems with Emacs and Gtk+ on cygwin, so you
23056 will probably get a crash on startup. If this happens, please use another
23057 toolkit for Emacs. See etc/PROBLEMS for more information."
23058 ;;
23059 esac
23060fi
23061
23052 23062
23053 23063
23054# Remove any trailing slashes in these variables. 23064# Remove any trailing slashes in these variables.