comparison configure @ 76545:e891b9362f50

Regenerated
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 18 Mar 2007 17:14:01 +0000
parents 75b3a340972a
children 826f87104a55
comparison
equal deleted inserted replaced
76544:59e531a2256b 76545:e891b9362f50
23045 23045
23046 if test $USE_XASSERTS = yes; then 23046 if test $USE_XASSERTS = yes; then
23047 echo " Compiling with asserts turned on." 23047 echo " Compiling with asserts turned on."
23048 CPPFLAGS="$CPPFLAGS -DXASSERTS=1" 23048 CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
23049 echo 23049 echo
23050 fi
23051
23052 if 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
23050 fi 23060 fi
23051 23061
23052 23062
23053 23063
23054 # Remove any trailing slashes in these variables. 23064 # Remove any trailing slashes in these variables.