Scons: remove boost 1.33.1 support

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16328 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-12-18 23:27:33 +00:00
parent f00d73283a
commit c1a5770979

View File

@ -54,7 +54,7 @@ top_src_dir = os.path.split(os.path.split(default_fs.SConstruct_dir.abspath)[0])
# not have to change SConstruct during lyx release
package_version = utils.getVerFromConfigure(top_src_dir)
package_cygwin_version = '%s-1' % package_version
boost_version = ['1_33_1', '1_34']
boost_version = ['1_34']
if 'svn' in package_version:
devel_version = True