- (dtucker) [configure.ac] Back out change for bug #620.

This commit is contained in:
Darren Tucker 2003-07-23 14:33:10 +10:00
parent 700e4380ce
commit acb98497fb
3 changed files with 6 additions and 8 deletions

View File

@ -45,7 +45,6 @@ Jani Hakala <jahakala@cc.jyu.fi> - Patches
Jarno Huuskonen <jhuuskon@hytti.uku.fi> - Bugfixes
Jim Knoble <jmknoble@jmknoble.cx> - Many patches
Jonchen (email unknown) - the original author of PAM support of SSH
Joe Rhett (jrhett@isite.net) - Solaris/x86 bugfix
Juergen Keil <jk@tools.de> - scp bugfixing
KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp> - Configure fixes
Kees Cook <cook@cpoint.net> - scp fixes
@ -94,5 +93,5 @@ Apologies to anyone I have missed.
Damien Miller <djm@mindrot.org>
$Id: CREDITS,v 1.71 2003/07/19 09:49:45 dtucker Exp $
$Id: CREDITS,v 1.72 2003/07/23 04:33:10 dtucker Exp $

View File

@ -1,3 +1,6 @@
20030723
- (dtucker) [configure.ac] Back out change for bug #620.
20030719
- (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
Solaris/x86. Patch from jrhett at isite.net.
@ -718,4 +721,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.2863 2003/07/19 10:11:54 dtucker Exp $
$Id: ChangeLog,v 1.2864 2003/07/23 04:33:10 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.136 2003/07/19 11:28:31 dtucker Exp $
# $Id: configure.ac,v 1.137 2003/07/23 04:33:10 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -296,10 +296,6 @@ mips-sony-bsd|mips-sony-newsos4)
else
AC_MSG_RESULT(no)
fi
sol2platform=`echo "$host"| sed -e 's/-solaris.*$//'`
if test "$sol2platform" -eq "i386-pc"; then
AC_DEFINE(BROKEN_GETADDRINFO)
fi
;;
*-*-sunos4*)
CPPFLAGS="$CPPFLAGS -DSUNOS4"