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

View File

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