mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 16:29:36 +03:00
Improve notification of features that have been disabled in the build configuration.
svn path=/trunk/netsurf/; revision=7149
This commit is contained in:
parent
e7df2e1fb8
commit
7204f20a62
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user