aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2007-03-18 17:14:01 +0000
committerJan Djärv2007-03-18 17:14:01 +0000
commita2d3b5bdcb680c5fdfef11e31840d8e466c9a8fb (patch)
tree71a4b4d21ce81597275ef7921a4bd573b1e2f89c
parentadfd1e399538f8c51a5edd9fc2617415b631bf7f (diff)
downloademacs-a2d3b5bdcb680c5fdfef11e31840d8e466c9a8fb.tar.gz
emacs-a2d3b5bdcb680c5fdfef11e31840d8e466c9a8fb.zip
Regenerated
-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.