Improve notification of features that have been disabled in the build configuration.

svn path=/trunk/netsurf/; revision=7149
This commit is contained in:
John Mark Bell 2009-04-21 10:59:02 +00:00
parent e7df2e1fb8
commit 7204f20a62

View File

@ -230,7 +230,7 @@ define pkg_config_find_and_add
endif endif
else else
ifneq ($(MAKECMDGOALS),clean) ifneq ($(MAKECMDGOALS),clean)
$$(info M.CONFIG: building without $(3)) $$(info M.CONFIG: building without $(3) (disabled in build configuration))
endif endif
endif endif
endef endef