diff --git a/configure b/configure index baed05ce..c19578d7 100755 --- a/configure +++ b/configure @@ -9196,10 +9196,6 @@ else fi -# This should be portable -AR="${AR} -cDr" - - ############################################################################### # BLAS library presence checks ############################################################################### diff --git a/configure.ac b/configure.ac index fc9cdd18..a9b53592 100644 --- a/configure.ac +++ b/configure.ac @@ -732,10 +732,6 @@ AC_PROG_AR AR="${AR} -cr" AC_PROG_RANLIB -# This should be portable -AR="${AR} -cDr" - - ############################################################################### # BLAS library presence checks ###############################################################################