From 5136a6b723e2eeb27718747f1bfd822d0e790b86 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 19 Nov 2018 10:42:17 +0200 Subject: Minor diagnostics tweak --- build2/cc/compile-rule.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index 0ce593e..634a586 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -3182,7 +3182,8 @@ namespace build2 if (!modules) { if (!mi.name.empty () || !mi.imports.empty ()) - fail (relative (src)) << "modules support not enabled/available"; + fail (relative (src)) << "modules support not available or not " + << "enabled"; return; } -- cgit v1.1