changeset 3714:89d99c28a6a1

Update disbale-openblas flag (Bug #43280) * configure.ac: update text of option for --disable-openblas
author John Donoghue
date Mon, 22 Sep 2014 14:31:06 -0400
parents bd460f1efa7d
children cffa8fa688ed
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Sep 16 09:16:06 2014 -0400
+++ b/configure.ac	Mon Sep 22 14:31:06 2014 -0400
@@ -146,7 +146,7 @@
 ENABLE_OPENBLAS=yes
 AC_ARG_ENABLE([openblas],
   [AS_HELP_STRING([--disable-openblas],
-    [(EXPERIMENTAL) enable use of openblas in Octave])],
+    [Disable use of openblas in Octave])],
   [if test "$enableval" = no; then ENABLE_OPENBLAS=no; fi], [])
 AC_SUBST(ENABLE_OPENBLAS)