summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-12-09 01:06:32 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-12-09 01:06:32 +0000
commit748e39ec9f513cdd337d04b9efafced80ba1f3b0 (patch)
treeef83e41fce4685271db1120fa9ff47b695999a55 /configure.in
parent1f561733288610815dad889994c5686b57753adc (diff)
downloademacs-748e39ec9f513cdd337d04b9efafced80ba1f3b0.tar.gz
* configure.in: Allow compiling Emacs with GTK on Cygwin.
* src/s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable. * src/emacs.c (main): Set the G_SLICE environment variable for Cygwin GTK builds.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 98e39cc007d..34d5fd5ae42 100644
--- a/configure.in
+++ b/configure.in
@@ -3026,16 +3026,6 @@ fi
echo
-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
-
if test "$HAVE_NS" = "yes"; then
echo
echo "You must run \"make install\" in order to test the built application.