X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/b15238f536bdcbc1fb85c67940b97f1463f90ca0..23ac60b66ca9d7567696ed47f76a25c4fb4dc6aa:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index ed8fdb6fc..c73b12438 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -85,10 +85,6 @@ $(eval $(call RequireCommand,flex, \ Please install flex. \ )) -$(eval $(call RequireCommand,python, \ - Please install python. \ -)) - $(eval $(call RequireCommand,unzip, \ Please install unzip. \ )) @@ -116,3 +112,9 @@ endef $(eval $(call Require,gnutar, \ Please install GNU tar. \ )) + +$(eval $(call RequireCommand,autoconf, \ + Please install GNU autoconf. \ +)) + +