diff configure.in @ 106497:d06619fa1742

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 09 Dec 2009 01:06:32 +0000
parents b5eb529d2739
children 2400073344ef
line wrap: on
line diff
--- a/configure.in	Wed Dec 09 01:02:28 2009 +0000
+++ b/configure.in	Wed Dec 09 01:06:32 2009 +0000
@@ -3026,16 +3026,6 @@
 
 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.