summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5604deec..b77f881c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
diff --git a/configure.ac b/configure.ac
index 59a2f55f..7f96c047 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 \