aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbuild2/parser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx
index a4fb17b..68e7ed9 100644
--- a/libbuild2/parser.cxx
+++ b/libbuild2/parser.cxx
@@ -1769,8 +1769,8 @@ namespace build2
bool new_val (false);
lookup l;
- if (report &&
- report != "false" &&
+ if (report &&
+ *report != "false" &&
name.compare (0, 7, "config.") != 0)
{
if (!as.empty ())