8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Add check for sun threads on Solx86

This commit is contained in:
kkuznetsov 2002-11-21 11:54:34 +00:00
parent bf314dba7a
commit be1ad6342d

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.94 2002-11-21 08:56:21 eku Exp $
dnl $Id: configure.in,v 1.95 2002-11-21 11:54:34 kkuznetsov Exp $
dnl ############################# INITIALISATION ###############################
@ -262,6 +262,8 @@ AC_CHECK_LIB(sfio, main,,, $LIBS) dnl Solaris only
dnl kkuznetsov: Solaris always check for -lnsl
if test "$PLATFORM" = "solx86" ; then
AC_CHECK_LIB(nsl, gethostname, XE_APPEND(-lnsl,LIBS))
AC_CHECK_LIB(thread, main)
fi