comparison configure.in @ 76544:59e531a2256b

Warning for Gtk+ and Cygwin added.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 18 Mar 2007 17:13:44 +0000
parents 75b3a340972a
children 9ff7d64fb17b
comparison
equal deleted inserted replaced
76543:9baf4672c7b6 76544:59e531a2256b
3209 echo " Compiling with asserts turned on." 3209 echo " Compiling with asserts turned on."
3210 CPPFLAGS="$CPPFLAGS -DXASSERTS=1" 3210 CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
3211 echo 3211 echo
3212 fi 3212 fi
3213 3213
3214 if test "$USE_X_TOOLKIT" = GTK; then
3215 case "$canonical" in
3216 *cygwin*)
3217 echo "There are known problems with Emacs and Gtk+ on cygwin, so you
3218 will probably get a crash on startup. If this happens, please use another
3219 toolkit for Emacs. See etc/PROBLEMS for more information."
3220 ;;
3221 esac
3222 fi
3223
3214 3224
3215 3225
3216 # Remove any trailing slashes in these variables. 3226 # Remove any trailing slashes in these variables.
3217 [test "${prefix}" != NONE && 3227 [test "${prefix}" != NONE &&
3218 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'` 3228 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`