Imported Upstream version 0.3.5
[anytun.git] / contrib / boost_project-config.patch
1 --- boost_1_48_0/project-config.jam     2012-01-05 22:25:47.000000000 +0100
2 +++ project-config.jam  2012-01-05 22:14:39.000000000 +0100
3 @@ -7,10 +7,8 @@
4  # Compiler configuration. This definition will be used unless
5  # you already have defined some toolsets in your user-config.jam
6  # file.
7 -if ! gcc in [ feature.values <toolset> ]
8 -{
9 -    using gcc ; 
10 -}
11 +using gcc : w32 : i686-w64-mingw32-g++ ;
12 +using gcc : w64 : x86_64-w64-mingw32-g++ ;
13  
14  project : default-build <toolset>gcc ;
15