]> andersk Git - openssh.git/commitdiff
- (djm) Bug #661: Remove duplicate check for basename; from
authordjm <djm>
Fri, 19 Sep 2003 06:41:01 +0000 (06:41 +0000)
committerdjm <djm>
Fri, 19 Sep 2003 06:41:01 +0000 (06:41 +0000)
   bugzilla-openssh AT thewrittenword.com

ChangeLog
configure.ac

index c0493a2f91be8102a8d57abc1ef0cc297323cdb7..16bfe8b0dc9c3597debf10fe8113b1e2c0e32d35 100644 (file)
--- 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
index 95cf8948278b6cf29193c2666fbc64376c881e1e..d7dc853752c92ea97e88251e6c0399daa44ad38b 100644 (file)
@@ -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 \
This page took 0.145257 seconds and 5 git commands to generate.