mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:43:02 +01:00
Add check for sun threads on Solx86
This commit is contained in:
parent
bf314dba7a
commit
be1ad6342d
@ -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 ###############################
|
dnl ############################# INITIALISATION ###############################
|
||||||
|
|
||||||
@ -262,6 +262,8 @@ AC_CHECK_LIB(sfio, main,,, $LIBS) dnl Solaris only
|
|||||||
dnl kkuznetsov: Solaris always check for -lnsl
|
dnl kkuznetsov: Solaris always check for -lnsl
|
||||||
if test "$PLATFORM" = "solx86" ; then
|
if test "$PLATFORM" = "solx86" ; then
|
||||||
AC_CHECK_LIB(nsl, gethostname, XE_APPEND(-lnsl,LIBS))
|
AC_CHECK_LIB(nsl, gethostname, XE_APPEND(-lnsl,LIBS))
|
||||||
|
AC_CHECK_LIB(thread, main)
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user