summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Crosta <dcrosta@10gen.com>2012-03-01 15:15:40 -0500
committerDan Pasette <dan@10gen.com>2012-10-15 16:16:25 -0400
commit01477c20c8eee2fa726b26d8c022e80750aab959 (patch)
treee7355b18b29f57ab8ae5fe80d4cb10551a241431
parent86b6b474a8ae8798d8a4d9edf97234b33f84e11c (diff)
downloadmongo-01477c20c8eee2fa726b26d8c022e80750aab959.tar.gz
SERVER-4995: check for and link with librt on Solaris
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 88ea3f85abc..0a6a31bc325 100644
--- a/SConstruct
+++ b/SConstruct
@@ -943,6 +943,7 @@ def doConfigure( myenv , shell=False ):
m.configure( conf , myenv )
if solaris:
+ conf.CheckLib( "rt" )
conf.CheckLib( "nsl" )
if usev8: