summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2008-07-26 17:44:25 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2008-07-26 17:44:25 +0000
commite76463aa498aaf295c10eeec652a8c960d6b7a3c (patch)
treed23a82ae7f09e380918b6d017c78c4385c242048
parente894e38c37e8565c3672b1a9bde42fb5e0648aeb (diff)
downloadnetsurf-e76463aa498aaf295c10eeec652a8c960d6b7a3c.tar.gz
netsurf-e76463aa498aaf295c10eeec652a8c960d6b7a3c.tar.bz2
Make the auto-configuration message fit into the rest of the messages more nicely
svn path=/trunk/netsurf/; revision=4753
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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