summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-21 10:59:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-21 10:59:02 +0000
commit7204f20a62fd94002350de9aa3c1919ed648dc87 (patch)
tree0f06105ba780459efdf69cf4549d08be6c378da1
parente7df2e1fb8b9735340a5e9e0e8c7ce22b918ba68 (diff)
downloadnetsurf-7204f20a62fd94002350de9aa3c1919ed648dc87.tar.gz
netsurf-7204f20a62fd94002350de9aa3c1919ed648dc87.tar.bz2
Improve notification of features that have been disabled in the build configuration.
svn path=/trunk/netsurf/; revision=7149
-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