Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29454
Modified Files:
python.jam
Log Message:
Fix syntax error.
Index: python.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/python.jam,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- python.jam 12 Jul 2006 23:11:56 -0000 1.21
+++ python.jam 13 Jul 2006 07:39:58 -0000 1.22
@@ -135,9 +135,9 @@
switch [ os.name ]
{
case SOLARIS : extra-libs = dl ;
- case OSF: extra-libs = ;
- case QNXTO: extra-libs = util ;
- case *: extra-libs = dl util ;
+ case OSF : extra-libs = ;
+ case QNXTO : extra-libs = util ;
+ case * : extra-libs = dl util ;
}
# On Linux, we don't want to link either Boost.Python or
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs