summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-04-06 23:52:02 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-04-06 23:52:02 +0000
commitfdee8ef0ac9965aab53c14a4ebf990a8592b9f94 (patch)
tree432f5ede9d3372182ca6d92de4e893d4069227f7 /configure.ac
parent0318801591e629a21b86b79eb13abde1dddcf92e (diff)
- (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 a9dea2eec..abe9a1a42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.34 2002/04/06 20:30:09 mouring Exp $ 1# $Id: configure.ac,v 1.35 2002/04/06 23:52:04 mouring Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -127,9 +127,6 @@ case "$host" in
127mips-sony-bsd|mips-sony-newsos4) 127mips-sony-bsd|mips-sony-newsos4)
128 AC_DEFINE(HAVE_NEWS4) 128 AC_DEFINE(HAVE_NEWS4)
129 SONY=1 129 SONY=1
130 AC_CHECK_LIB(iberty, xatexit, AC_DEFINE(HAVE_XATEXIT),
131 AC_MSG_ERROR([*** libiberty missing - please install first or check config.log ***])
132 )
133 ;; 130 ;;
134*-*-netbsd*) 131*-*-netbsd*)
135 need_dash_r=1 132 need_dash_r=1
@@ -532,12 +529,12 @@ AC_ARG_WITH(tcp-wrappers,
532) 529)
533 530
534dnl Checks for library functions. 531dnl Checks for library functions.
535AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_sa \ 532AC_CHECK_FUNCS(arc4random b64_ntop bcopy bindresvport_sa \
536 clock fchmod fchown freeaddrinfo futimes gai_strerror \ 533 clock fchmod fchown freeaddrinfo futimes gai_strerror \
537 getaddrinfo getcwd getgrouplist getnameinfo getopt \ 534 getaddrinfo getcwd getgrouplist getnameinfo getopt \
538 getrlimit getrusage getttyent glob inet_aton inet_ntoa \ 535 getrlimit getrusage getttyent glob inet_aton inet_ntoa \
539 inet_ntop innetgr login_getcapbool md5_crypt memmove \ 536 inet_ntop innetgr login_getcapbool md5_crypt memmove \
540 mkdtemp on_exit openpty readpassphrase realpath \ 537 mkdtemp openpty readpassphrase realpath \
541 rresvport_af setdtablesize setegid setenv seteuid \ 538 rresvport_af setdtablesize setegid setenv seteuid \
542 setlogin setproctitle setresgid setreuid setrlimit \ 539 setlogin setproctitle setresgid setreuid setrlimit \
543 setsid setvbuf sigaction sigvec snprintf strerror \ 540 setsid setvbuf sigaction sigvec snprintf strerror \