diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
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 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -127,9 +127,6 @@ case "$host" in | |||
127 | mips-sony-bsd|mips-sony-newsos4) | 127 | mips-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 | ||
534 | dnl Checks for library functions. | 531 | dnl Checks for library functions. |
535 | AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_sa \ | 532 | AC_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 \ |