configure.sh: Don't check for autoconf.

It's not required on the host since
44d9fb94b2 ("build: Run autoreconf in the container.")
This commit is contained in:
Arkadiusz Hiler 2022-03-22 14:19:58 +02:00
parent d101742156
commit 701dad161f

View file

@ -127,7 +127,6 @@ function configure() {
dependency_command wget
dependency_command xz
dependency_command patch
dependency_command autoconf
dependency_command git
dependency_command python3