From: Aki Tuomi Date: Tue, 22 Feb 2022 06:50:10 +0000 (+0200) Subject: configure: Stop using cru with ar X-Git-Tag: 2.4.0~4357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc848752626179f719e653d14dc4aed20765b6b5;p=thirdparty%2Fdovecot%2Fcore.git configure: Stop using cru with ar Fixes ar: 'u' modifier ignored since 'D' is the default (see 'U') --- diff --git a/configure.ac b/configure.ac index cd50322f3d..93f8640444 100644 --- a/configure.ac +++ b/configure.ac @@ -808,6 +808,9 @@ if test "$docdir" = ""; then fi AC_SUBST(docdir) +AS_IF([test "$AR_FLAGS" = "cru"], [AR_FLAGS="cr"], []) +AC_SUBST([AR_FLAGS]) + DC_DOVECOT_TEST_WRAPPER AC_SUBST(abs_top_builddir)