From: W.C.A. Wijngaards Date: Fri, 12 Dec 2025 12:35:38 +0000 (+0100) Subject: - simdzone-zone-load, fix to remove double checks for simdzone and its X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=797d9569c3f570f4b249858e5bfd5186cccb8b17;p=thirdparty%2Funbound.git - simdzone-zone-load, fix to remove double checks for simdzone and its configure script in configure.ac. --- diff --git a/configure.ac b/configure.ac index 30451ebca..011a9aa71 100644 --- a/configure.ac +++ b/configure.ac @@ -182,13 +182,6 @@ AC_REQUIRE_AUX_FILE([install-sh]) if test ! -f install-sh; then AC_MSG_WARN([./install-sh is missing, use `libtoolize -ci` or `autoreconf -fi` to add it]) fi -# Check if simdzone is there -if test ! -d simdzone; then - AC_MSG_WARN([simdzone module seems missing, use `git submodule update --init` to add it, when on a source repository compile.]) -fi -if test ! -f simdzone/configure; then - AC_MSG_WARN([simdzone/configure seems missing, use `autoreconf -fi` to add it.]) -fi # # Determine configuration file