From 8b42f2ad0aeff24c84a9ff92b209ba501a94871a Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Tue, 27 Jan 2009 11:40:29 -0500 Subject: [PATCH] j != l --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 3ed698aa8a2..5e38b13c576 100644 --- a/SConstruct +++ b/SConstruct @@ -209,7 +209,7 @@ for b in boostLibs: Exit(1) for j in javaLibs: - if not conf.CheckLib( l ): + if not conf.CheckLib( j ): print( "can't find java lib [" + j + "]" ) Exit(1)