missing newline
This commit is contained in:
parent
06817f9cd3
commit
bc9b7c41e2
|
@ -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)])
|
||||
|
|
Loading…
Reference in New Issue