Skip to content
Snippets Groups Projects
Commit 1c7a0365 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

remove autoconf from prereq-build.mk, as it is part of the tools/ build

SVN-Revision: 14901
parent cd536683
No related branches found
No related tags found
No related merge requests found
...@@ -133,10 +133,6 @@ $(eval $(call RequireCommand,svn, \ ...@@ -133,10 +133,6 @@ $(eval $(call RequireCommand,svn, \
Please install the subversion client. \ Please install the subversion client. \
)) ))
$(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \
))
define Require/gnu-find define Require/gnu-find
$(FIND) $(TMP_DIR) -lname foo $(FIND) $(TMP_DIR) -lname foo
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment