aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/config/utility.txx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/config/utility.txx')
-rw-r--r--libbuild2/config/utility.txx3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/config/utility.txx b/libbuild2/config/utility.txx
index 4c4e305..8c92f86 100644
--- a/libbuild2/config/utility.txx
+++ b/libbuild2/config/utility.txx
@@ -19,8 +19,7 @@ namespace build2
{
// Note: see also omitted() if changing anything here.
- if (root.ctx.current_mif->id == configure_id)
- save_variable (root, var, save_flags);
+ save_variable (root, var, save_flags);
pair<lookup, size_t> org (root.find_original (var));