From 87f709e5a30302733ac6b2f28e1b7aff7fe98248 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 20 Jan 2004 09:27:59 +0000 Subject: [PATCH] Fix stlport initialization example. [SVN r21838] --- v2/user-config.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/user-config.jam b/v2/user-config.jam index 26ce77229..e8aa09a82 100644 --- a/v2/user-config.jam +++ b/v2/user-config.jam @@ -37,10 +37,10 @@ import toolset : using ; # Configure, specifying location of STLPort headers. # Libraries must be either not needed, or available to # the compiler by default -# using stlport : /usr/include/stlport ; +# using stlport : : /usr/include/stlport ; # Configure, specifying locatioh of both headers and libraries -# using stlport : /usr/include/stlport : /usr/lib ; +# using stlport : : /usr/include/stlport : /usr/lib ; # QT configuration