# HG changeset patch # User Markus Mützel # Date 1635232127 -7200 # Node ID 3da14aa5dbacfb4a2092359922fcca538b6e9cd0 # Parent bc22395f60faa81ddd61fb7c6ccfac1e46203d39# Parent aaac4d16af9e00419eb60355a5a57eff7f89644a maint: merge stable to default. diff -r bc22395f60fa -r 3da14aa5dbac configure.ac --- 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