summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 526948a2b..21e218a2d 100644
--- a/Makefile
+++ b/Makefile
@@ -230,7 +230,7 @@ define pkg_config_find_and_add
endif
else
ifneq ($(MAKECMDGOALS),clean)
- $$(info M.CONFIG: building without $(3))
+ $$(info M.CONFIG: building without $(3) (disabled in build configuration))
endif
endif
endef