[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107877: * configure.in: Warn that Cy
From: |
Ken Brown |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107877: * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398) |
Date: |
Thu, 12 Apr 2012 08:17:20 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107877
committer: Ken Brown <address@hidden>
branch nick: trunk
timestamp: Thu 2012-04-12 08:17:20 -0400
message:
* configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
modified:
ChangeLog
configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-04-11 01:25:51 +0000
+++ b/ChangeLog 2012-04-12 12:17:20 +0000
@@ -1,3 +1,7 @@
+2012-04-12 Ken Brown <address@hidden>
+
+ * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
+
2012-04-11 Glenn Morris <address@hidden>
* configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
=== modified file 'configure.in'
--- a/configure.in 2012-04-11 01:25:51 +0000
+++ b/configure.in 2012-04-12 12:17:20 +0000
@@ -3800,6 +3800,13 @@
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 &&
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107877: * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398),
Ken Brown <=