From e76463aa498aaf295c10eeec652a8c960d6b7a3c Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 26 Jul 2008 17:44:25 +0000 Subject: Make the auto-configuration message fit into the rest of the messages more nicely svn path=/trunk/netsurf/; revision=4753 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73305d277..ef51c78a8 100644 --- a/Makefile +++ b/Makefile @@ -182,7 +182,7 @@ define pkg_config_find_and_add ifeq ($$(NETSURF_FEATURE_$(1)_AVAILABLE),yes) FEATURE_CFLAGS += $$(shell pkg-config --cflags $(2)) $$(NETSURF_FEATURE_$(1)_CFLAGS) FEATURE_LDFLAGS += $$(shell pkg-config --libs $(2)) $$(NETSURF_FEATURE_$(1)_LDFLAGS) - $$(info Auto-configuration enabled $(3) ($(2)).) + $$(info AUTOCONF: auto-enabled $(3) ($(2)).) else $$(error Unable to find library for: $$(3) ($(2)) endif -- cgit v1.2.3