bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#10398: [PATCH] Use real vfork under Cygwin: it's fine these days


From: Ken Brown
Subject: bug#10398: [PATCH] Use real vfork under Cygwin: it's fine these days
Date: Thu, 12 Apr 2012 08:21:31 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1

On 4/12/2012 3:40 AM, Andreas Schwab wrote:
Ken Brown<kbrown@cornell.edu>  writes:

+if test "${opsys}" = "cygwin"; then
+   cygwin_rel=`uname -r|sed -e 's/\(^1\.[[579]]\)\..*/\1/'`

Why do you need the filter?

       case `uname -r` in 1.5.*) ...

Thanks. And thanks to Glenn for telling me about AC_MSG_WARN. I've committed the change to the trunk (bzr revision 107877), and I'm closing the bug.

Ken






reply via email to

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