From 8cf4267e59676eef748fe267e74baf3e05e3c9f1 Mon Sep 17 00:00:00 2001 From: oes Date: Thu, 28 Feb 2002 14:20:53 +0000 Subject: [PATCH] Fixed detection of gethost*_r functions on Solaris --- configure.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 8835f81b..435017a9 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.27 2002/01/10 12:35:18 oes Exp $ +dnl $Id: configure.in,v 1.28 2002/02/27 15:02:38 oes Exp $ dnl dnl Written by and Copyright (C) 2001 the SourceForge dnl IJBSWA team. http://ijbswa.sourceforge.net @@ -28,6 +28,9 @@ dnl or write to the Free Software Foundation, Inc., 59 dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl dnl $Log: configure.in,v $ +dnl Revision 1.28 2002/02/27 15:02:38 oes +dnl Incremented version number +dnl dnl Revision 1.27 2002/01/10 12:35:18 oes dnl Added cross-compile defaults to the AC_CHECK_SIZEOF macros dnl to silence autoconf warnings. Numbers are for Intel/Linux. @@ -228,7 +231,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.27 $) +AC_REVISION($Revision: 1.28 $) AC_INIT(jcc.c) AC_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -431,6 +434,9 @@ dnl Support for thread-safe versions of gethostbyaddr, gethostbyname, dnl gmtime and localtime dnl ================================================================= +dnl Next line needed to find the gethost*_r functions on Solaris +AC_CHECK_LIB(nsl, gethostbyname) + AC_CHECK_FUNC(gethostbyaddr_r, [ AC_MSG_CHECKING([signature of gethostbyaddr_r]) AC_TRY_COMPILE([ -- 2.39.2