summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-04-04 10:31:02 (GMT)
committerSteven Knight <knight@baldmt.com>2004-04-04 10:31:02 (GMT)
commitf6bfff07364b42d404da9de529659722ec5a281d (patch)
tree5c8da26b597fef5f74c31741063eb4d20bb1b8fa /doc
parent30f01a9a0339978e15115cd2ad8fd169d88e1ab1 (diff)
downloadSCons-f6bfff07364b42d404da9de529659722ec5a281d.zip
SCons-f6bfff07364b42d404da9de529659722ec5a281d.tar.gz
SCons-f6bfff07364b42d404da9de529659722ec5a281d.tar.bz2
Allow CheckLib to search a list of libraries. (sam th)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.18
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index da35784..232048b 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -5614,7 +5614,11 @@ appends the library to the LIBS construction environment variable.
may also be None (the default),
in which case
.I symbol
-is checked with the current LIBS variable.
+is checked with the current LIBS variable,
+or a list of library names,
+in which case each library in the list
+will be checked for
+.IR symbol .
The default
.I symbol
is "main",
@@ -5643,7 +5647,7 @@ In contrast to the
call, this call provides a more sophisticated way to check against libraries.
Again,
.I library
-specifies the library to check.
+specifies the library or a list of libraries to check.
.I header
specifies a header to check for.
.I header