* configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
This commit is contained in:
parent
6decb6c229
commit
badf86af63
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-04-12 Ken Brown <kbrown@cornell.edu>
|
||||
|
||||
* configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
|
||||
|
||||
2012-04-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
|
||||
|
|
|
@ -3800,6 +3800,13 @@ to run if these resources are not installed."
|
|||
echo
|
||||
fi
|
||||
|
||||
if test "${opsys}" = "cygwin"; then
|
||||
case `uname -r` in
|
||||
1.5.*) AC_MSG_WARN([[building Emacs on Cygwin 1.5 is not supported.]])
|
||||
echo
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
# Remove any trailing slashes in these variables.
|
||||
[test "${prefix}" != NONE &&
|
||||
|
|
Loading…
Add table
Reference in a new issue