diff --git a/configure.ac b/configure.ac index d4213af5f..a115d3cd2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.95 2003/01/07 06:04:18 djm Exp $ +# $Id: configure.ac,v 1.96 2003/01/07 13:06:48 djm Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -602,7 +602,8 @@ AC_CHECK_FUNCS(arc4random b64_ntop bcopy bindresvport_sa \ setenv seteuid setgroups setlogin setproctitle setresgid setreuid \ setrlimit setsid setpcred setvbuf sigaction sigvec snprintf \ socketpair strerror strlcat strlcpy strmode strvis sysconf \ - tcgetpgrp truncate utimes vhangup vsnprintf waitpid __b64_ntop \ _getpty) + tcgetpgrp truncate utimes vhangup vsnprintf waitpid __b64_ntop \ + _getpty) dnl Make sure strsep prototype is defined before defining HAVE_STRSEP AC_CHECK_DECL(strsep, [AC_CHECK_FUNCS(strsep)])