Skip to content

Commit

Permalink
scons: don't depend on libintl if boost filesystem enabled
Browse files Browse the repository at this point in the history
since we use boost locale then instead
  • Loading branch information
cbeck88 committed Nov 1, 2014
1 parent 264dc08 commit d11f51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -323,7 +323,7 @@ if env["prereqs"]:

have_server_prereqs = \
conf.CheckCPlusPlus(gcc_version = "3.3") and \
conf.CheckGettextLibintl() and \
((env["boostfilesystem"]) or (conf.CheckGettextLibintl())) and \
conf.CheckBoost("iostreams", require_version = "1.34.1") and \
conf.CheckBoostIostreamsGZip() and \
conf.CheckBoostIostreamsBZip2() and \
Expand Down

0 comments on commit d11f51c

Please sign in to comment.