diff --git a/configure b/configure index 7d89a359..7ef75d03 100755 --- a/configure +++ b/configure @@ -7866,7 +7866,7 @@ if test "X$RANLIB" == "X" ; then fi # This should be portable -AR="${AR} -cur" +AR="${AR} -cDr" ############################################################################### diff --git a/configure.ac b/configure.ac index 0331116b..78cddc1b 100755 --- a/configure.ac +++ b/configure.ac @@ -611,7 +611,7 @@ if test "X$RANLIB" == "X" ; then fi # This should be portable -AR="${AR} -cur" +AR="${AR} -cDr" ###############################################################################