From 737554cce1f314b61a09017d79e79f6ac95e324d Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Wed, 12 Aug 2009 15:44:54 +0000
Subject: [PATCH] Change the help message for the --enable-fortran-blas switch

---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e40888d..9edd0ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -174,7 +174,8 @@ AC_ARG_ENABLE([dim-of-world],
 esac])
 
 ALBERTA_ENABLE_FLAG([fortran-blas],
-  [Use BLAS routines for some basic linear algebra stuff.],
+  [Use Fortran BLAS routines for some basic linear algebra stuff and use some
+  other Fortran modules (e.g. gpskca for matrix-profile reduction).],
   [disabled],
   [USE_F77_BLAS],
   [DEFINE SUBST COND])
-- 
GitLab