diff --git a/build/aclocal/bakefile.m4 b/build/aclocal/bakefile.m4 index f9194da5b2..669373dc30 100644 --- a/build/aclocal/bakefile.m4 +++ b/build/aclocal/bakefile.m4 @@ -583,7 +583,7 @@ AC_DEFUN([AC_BAKEFILE_CHECK_BASIC_STUFF], AC_SUBST(AR) else AC_CHECK_TOOL(AR, ar, ar) - AROPTIONS=rcu + AROPTIONS=rc fi AC_SUBST(AROPTIONS) diff --git a/configure b/configure index 8ca1986e7f..93340ce7b4 100755 --- a/configure +++ b/configure @@ -38082,7 +38082,7 @@ else AR="$ac_cv_prog_AR" fi - AROPTIONS=rcu + AROPTIONS=rc fi