emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107877: * configure.in: Warn that


From: Ken Brown
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107877: * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
Date: Fri, 02 Nov 2012 01:47:48 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
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 &&


reply via email to

[Prev in Thread] Current Thread [Next in Thread]