- (djm) Bug #661: Remove duplicate check for basename; from

bugzilla-openssh AT thewrittenword.com
This commit is contained in:
Damien Miller 2003-09-19 16:41:01 +10:00
parent 677179f23a
commit f09ad861e6
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
20030919
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
djast AT cs.toronto.edu
- (djm) Bug #661: Remove duplicate check for basename; from
bugzilla-openssh AT thewrittenword.com
20030918
- (djm) Bug #652: Fix empty password auth
@ -1122,4 +1124,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.3002 2003/09/19 06:30:14 djm Exp $
$Id: ChangeLog,v 1.3003 2003/09/19 06:41:01 djm Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.155 2003/09/16 05:40:49 tim Exp $
# $Id: configure.ac,v 1.156 2003/09/19 06:41:02 djm Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -712,7 +712,7 @@ AC_ARG_WITH(tcp-wrappers,
dnl Checks for library functions. Please keep in alphabetical order
AC_CHECK_FUNCS(\
arc4random __b64_ntop b64_ntop __b64_pton b64_pton basename \
arc4random __b64_ntop b64_ntop __b64_pton b64_pton \
bcopy bindresvport_sa clock fchmod fchown freeaddrinfo futimes \
gai_strerror getaddrinfo getcwd getgrouplist getnameinfo getopt \
getpeereid _getpty getrlimit getttyent glob inet_aton \