From 4551e5797fe83d4e5e31f3164fcfa3418332ac3d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Nov 2019 09:51:45 +0200 Subject: Rename config.module to config.config.module The old name was an accidental land-grab. --- libbuild2/config/functions.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/config/functions.cxx') diff --git a/libbuild2/config/functions.cxx b/libbuild2/config/functions.cxx index b6ccb74..ec4af65 100644 --- a/libbuild2/config/functions.cxx +++ b/libbuild2/config/functions.cxx @@ -25,8 +25,8 @@ namespace build2 // config.export variable functionality. // // Note that this function can only be used during configure unless the - // config module creation was forced for other meta-operations with - // config.module=true in bootstrap.build. + // config module creation was requested for other meta-operations with + // config.config.module=true in bootstrap.build. // f[".export"] = [] (const scope* s) { -- cgit v1.1