From: Damien Miller Date: Tue, 7 Jan 2003 13:06:48 +0000 (+1100) Subject: missing newline X-Git-Tag: V_3_6_P1~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc9b7c41e2339cc5158357213dad9f238612705b;p=thirdparty%2Fopenssh-portable.git missing newline --- 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)])