summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormouring <mouring>2002-04-06 23:52:02 +0000
committermouring <mouring>2002-04-06 23:52:02 +0000
commit59a5468754387c390d8ad1a13a9a083297ac738b (patch)
tree7fa42d80d11b90f785a6fb45020ad90f4dc0df7e /configure.ac
parente383ee8641d984324c515325942baf1928f0f774 (diff)
downloadopenssh-59a5468754387c390d8ad1a13a9a083297ac738b.tar.gz
- (bal) We no longer use atexit()/xatexit()/on_exit()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 3 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index a9dea2ee..abe9a1a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.34 2002/04/06 20:30:09 mouring Exp $
+# $Id: configure.ac,v 1.35 2002/04/06 23:52:04 mouring Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -127,9 +127,6 @@ case "$host" in
mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(HAVE_NEWS4)
SONY=1
- AC_CHECK_LIB(iberty, xatexit, AC_DEFINE(HAVE_XATEXIT),
- AC_MSG_ERROR([*** libiberty missing - please install first or check config.log ***])
- )
;;
*-*-netbsd*)
need_dash_r=1
@@ -532,12 +529,12 @@ AC_ARG_WITH(tcp-wrappers,
)
dnl Checks for library functions.
-AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_sa \
+AC_CHECK_FUNCS(arc4random b64_ntop bcopy bindresvport_sa \
clock fchmod fchown freeaddrinfo futimes gai_strerror \
getaddrinfo getcwd getgrouplist getnameinfo getopt \
getrlimit getrusage getttyent glob inet_aton inet_ntoa \
inet_ntop innetgr login_getcapbool md5_crypt memmove \
- mkdtemp on_exit openpty readpassphrase realpath \
+ mkdtemp openpty readpassphrase realpath \
rresvport_af setdtablesize setegid setenv seteuid \
setlogin setproctitle setresgid setreuid setrlimit \
setsid setvbuf sigaction sigvec snprintf strerror \