summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: