From ef684c23592bfb3fd28510dca005180a813c3710 Mon Sep 17 00:00:00 2001 From: Till Klocke Date: Tue, 20 Jul 2021 14:10:49 +0200 Subject: [PATCH] Adding AM_PROG_AR so we can configure the archiver to use to generate valid static libraries for cross builds --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ee63091e..b9e9b542 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_PROG_CC_STDC AC_PROG_RANLIB AC_PROG_LEX AC_PROG_YACC +AM_PROG_AR AC_PATH_PROG(DOXYGEN, doxygen) dnl Determine the default Ed448-Goldilocks architecture to use.