check compiler version

This commit is contained in:
pentarctagon 2024-02-21 10:31:23 -06:00
parent 379c80e4cd
commit 8890cc75db

View File

@ -371,7 +371,7 @@ if env["prereqs"]:
env["PKG_CONFIG_FLAGS"] = "--dont-define-prefix"
have_server_prereqs = (\
conf.CheckCPlusPlus(gcc_version = "7") & \
conf.CheckCPlusPlus(gcc_version = "8") & \
conf.CheckBoost("iostreams", require_version = boost_version) & \
conf.CheckBoostIostreamsGZip() & \
conf.CheckBoostIostreamsBZip2() & \