From ac9f1b9b89b17c2fbe9361ecd849a1b7df2aa1ee Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 28 Aug 2009 15:01:20 +1000 Subject: - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry. --- ChangeLog | 1 + configure.ac | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89bfa66a1..525ea8831 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer size a compile-time option and set it to 64k on Cygwin, since Corinna reports that it makes a significant difference to performance. ok djm@ + - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry. 20090820 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not diff --git a/configure.ac b/configure.ac index ef0b0fc97..00aefac23 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.424 2009/08/28 01:21:07 dtucker Exp $ +# $Id: configure.ac,v 1.425 2009/08/28 05:01:20 dtucker Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -15,7 +15,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) -AC_REVISION($Revision: 1.424 $) +AC_REVISION($Revision: 1.425 $) AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_HEADER(config.h) @@ -672,7 +672,7 @@ mips-sony-bsd|mips-sony-newsos4) after setsid()]) AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd in case the name is longer than 8 chars]) - AC_DEFINE(BROKEN_TCGETATTR_ICANON, tcgetattr with ICANON may hang) + AC_DEFINE(BROKEN_TCGETATTR_ICANON, 1, [tcgetattr with ICANON may hang]) external_path_file=/etc/default/login # hardwire lastlog location (can't detect it on some versions) conf_lastlog_location="/var/adm/lastlog" -- cgit v1.2.3