summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-09-19 16:41:01 +1000
committerDamien Miller <djm@mindrot.org>2003-09-19 16:41:01 +1000
commitf09ad861e62978d4f6d77453977d7b58d63caf07 (patch)
tree38299fb5546ac1765dcacc6d94f910df150eb0cc /configure.ac
parent677179f23a332c0d1e17fd0d00f5ffd5c4b311cb (diff)
- (djm) Bug #661: Remove duplicate check for basename; from
bugzilla-openssh AT thewrittenword.com
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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 \