1
0
mirror of https://github.com/wesnoth/wesnoth synced 2025-04-22 21:47:18 +00:00

scons: don't depend on libintl if boost filesystem enabled

since we use boost locale instead then.
This commit is contained in:
Chris Beck 2014-11-01 12:41:15 -04:00
parent af16f96961
commit d9ecc0a9f7

@ -364,7 +364,7 @@ if env["prereqs"]:
have_server_prereqs = (\ have_server_prereqs = (\
conf.CheckCPlusPlus(gcc_version = "3.3") & \ conf.CheckCPlusPlus(gcc_version = "3.3") & \
have_sdl_net() & \ have_sdl_net() & \
conf.CheckGettextLibintl() & \ ((env["boostfilesystem"]) or (conf.CheckGettextLibintl())) & \
conf.CheckBoost("iostreams", require_version = "1.34.1") & \ conf.CheckBoost("iostreams", require_version = "1.34.1") & \
conf.CheckBoostIostreamsGZip() & \ conf.CheckBoostIostreamsGZip() & \
conf.CheckBoostIostreamsBZip2() & \ conf.CheckBoostIostreamsBZip2() & \