changeset 30250:aaac4d16af9e stable

build: Correct error message for incompatible CXSparse (bug #61385). * configure.ac: Replace "--disable-cxsparse" with "--without-cxsparse" in error message.
author Petter Tomner <tomner@kth.se>
date Mon, 25 Oct 2021 22:27:39 +0200
parents f22347a87b89
children 3da14aa5dbac 689c323540b0
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Oct 19 15:49:23 2021 -0400
+++ b/configure.ac	Mon Oct 25 22:27:39 2021 +0200
@@ -2146,7 +2146,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