From 701dad161fad4ac3022c2b139ec30e8b024a9b89 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 22 Mar 2022 14:19:58 +0200 Subject: [PATCH] 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