diff doc/interpreter/install.txi @ 3960:b2133db551dd

[project @ 2002-05-26 01:26:52 by jwe]
author jwe
date Sun, 26 May 2002 01:26:52 +0000
parents 75473e09e3eb
children aae05d51353c
line wrap: on
line diff
--- a/doc/interpreter/install.txi	Fri May 24 17:58:17 2002 +0000
+++ b/doc/interpreter/install.txi	Sun May 26 01:26:52 2002 +0000
@@ -83,7 +83,7 @@
 functions @code{dlopen} or @code{shl_load} and friends so that Octave
 can load functions at run time that are not loaded at compile time.
 
-@item --without-fastblas
+@item --without-blas
 Compile and use the generic BLAS and LAPACK versions included with
 Octave.  By default, configure first looks for BLAS and LAPACK matrix
 libraries on your system, including optimized BLAS implementations such
@@ -91,7 +91,7 @@
 an optimized BLAS will generally result in several-times faster matrix
 operations.)  Only use this option if your system has BLAS/LAPACK
 libraries that cause problems for some reason.  You can also use
-@code{--with-fastblas=lib} to specify a particular BLAS library
+@code{--with-blas=lib} to specify a particular BLAS library
 @code{-llib} that configure doesn't check for automatically.
 
 @item --help