[PATCH] build: Add AC_PROG_AR to configure.ac
Zhang Maiyun via Gnupg-devel <[email protected]> Sat, 2 May 2026 08:01:20 -0400
| Newsgroups | gmane.comp.encryption.gpg.devel |
|---|---|
| Message-ID | <[email protected]> |
From: Zhang Maiyun <[email protected]> * configure.ac: add AC_PROG_AR. -- Signed-off-by: Zhang Maiyun <[email protected]> --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index a4f443d..3df11b3 100644 --- a/configure.ac +++ b/configure.ac @@ -81,6 +81,7 @@ AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL +AC_PROG_AR AC_PROG_RANLIB # We need to check for cplusplus here because we may not do the test # for Qt and autoconf does does not allow that. -- 2.54.0