- (djm) [configure.ac] Search for inet_ntop in libnsl and libresovl;

ok dtucker
This commit is contained in:
Damien Miller 2014-01-28 15:07:10 +11:00
parent 4ab20a82d4
commit ab03949058
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
20140128
- (djm) [configure.ac] Search for inet_ntop in libnsl and libresovl;
ok dtucker
20140127
- (dtucker) [Makefile.in] Remove trailing backslash which some make
implementations (eg older Solaris) do not cope with.

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.564 2014/01/25 22:46:54 djm Exp $
# $Id: configure.ac,v 1.565 2014/01/28 04:07:10 djm Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
AC_REVISION($Revision: 1.564 $)
AC_REVISION($Revision: 1.565 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_LANG([C])
@ -1240,6 +1240,9 @@ AC_SEARCH_LIBS([openpty], [util bsd])
AC_SEARCH_LIBS([updwtmp], [util bsd])
AC_CHECK_FUNCS([fmt_scaled scan_scaled login logout openpty updwtmp logwtmp])
# On some platforms, inet_ntop may be found in libresolv or libnsl.
AC_SEARCH_LIBS([inet_ntop], [resolv nsl])
AC_FUNC_STRFTIME
# Check for ALTDIRFUNC glob() extension