--- mapnik-0.7.1/SConstruct~ 2010-03-22 18:40:47.000000000 +0200 +++ mapnik-0.7.1/SConstruct 2010-04-06 15:26:44.282392752 +0300 @@ -561,10 +561,6 @@ # which goes ---. See: # http://www.boost.org/doc/libs/1_35_0/more/getting_started/unix-variants.html#library-naming append_params = [''] - if env['BOOST_TOOLKIT']: append_params.append(env['BOOST_TOOLKIT']) - if thread_flag: append_params.append(thread_flag) - if env['BOOST_ABI']: append_params.append(env['BOOST_ABI']) - if env['BOOST_VERSION']: append_params.append(env['BOOST_VERSION']) # Constructing the BOOST_APPEND setting that will be used to find the # Boost libraries.