From 7204f20a62fd94002350de9aa3c1919ed648dc87 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 21 Apr 2009 10:59:02 +0000 Subject: Improve notification of features that have been disabled in the build configuration. svn path=/trunk/netsurf/; revision=7149 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3