diff configure.in @ 8562:a6edd5c23cb5

use replacement methods if qrupdate is not available
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 22 Jan 2009 11:10:47 +0100
parents 5cc594679cdc
children da61d0f7ce0b
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -885,7 +885,7 @@
      [don't use qrupdate, disable QR & Cholesky updating functions])],
   with_qrupdate=$withval, with_qrupdate=yes)
 
-warn_qrupdate="qrupdate not found. The QR & Cholesky updating function will not be available."
+warn_qrupdate="qrupdate not found. The QR & Cholesky updating functions will be slow."
 if test "$with_qrupdate" = yes; then
   with_qrupdate=no
   if $have_fortran_compiler; then