changeset 30251:3da14aa5dbac

maint: merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 26 Oct 2021 09:08:47 +0200
parents bc22395f60fa (current diff) aaac4d16af9e (diff)
children 774d6edb4cae
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Oct 22 12:05:59 2021 -0400
+++ b/configure.ac	Tue Oct 26 09:08:47 2021 +0200
@@ -2109,7 +2109,7 @@
   if test $octave_cv_lib_cxsparse = yes; then
     OCTAVE_CHECK_CXSPARSE_VERSION_OK
     if test $octave_cv_cxsparse_version_ok = no; then
-      AC_MSG_ERROR([CXSparse library is too old (< version 2.2).  Upgrade CXSparse (SuiteSparse) or configure Octave with --disable-cxsparse"])
+      AC_MSG_ERROR([CXSparse library is too old (< version 2.2).  Upgrade CXSparse (SuiteSparse) or configure Octave with --without-cxsparse"])
     fi
   fi
 fi