From a8b3584c73ee06c63066c3288f35d3f109225e62 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 22 Mar 2022 14:19:58 +0200 Subject: configure.sh: Don't check for autoconf. It's not required on the host since 44d9fb94b25b ("build: Run autoreconf in the container.") --- configure.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.sh b/configure.sh index 48d6004e..62ec81a2 100755 --- a/configure.sh +++ b/configure.sh @@ -127,7 +127,6 @@ function configure() { dependency_command wget dependency_command xz dependency_command patch - dependency_command autoconf dependency_command git dependency_command python3 -- cgit v1.2.3