diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 93d21bfa6..ce4e29586 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.41 2002/04/08 18:37:09 mouring Exp $ | 1 | # $Id: configure.ac,v 1.42 2002/04/10 23:17:05 stevesk Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -537,7 +537,7 @@ AC_CHECK_FUNCS(arc4random b64_ntop bcopy bindresvport_sa \ | |||
537 | mkdtemp mmap openpty readpassphrase realpath \ | 537 | mkdtemp mmap openpty readpassphrase realpath \ |
538 | rresvport_af setdtablesize setegid setenv seteuid \ | 538 | rresvport_af setdtablesize setegid setenv seteuid \ |
539 | setlogin setproctitle setresgid setreuid setrlimit \ | 539 | setlogin setproctitle setresgid setreuid setrlimit \ |
540 | setsid setvbuf sigaction sigvec snprintf strerror \ | 540 | setsid setvbuf sigaction sigvec snprintf socketpair strerror \ |
541 | strlcat strlcpy strmode strsep sysconf tcgetpgrp utimes \ | 541 | strlcat strlcpy strmode strsep sysconf tcgetpgrp utimes \ |
542 | vhangup vsnprintf waitpid __b64_ntop _getpty) | 542 | vhangup vsnprintf waitpid __b64_ntop _getpty) |
543 | 543 | ||