comparison configure.ac @ 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 8d7671609955
comparison
equal deleted inserted replaced
30248:f22347a87b89 30250:aaac4d16af9e
2144 if test -z "$warn_cxsparse"; then 2144 if test -z "$warn_cxsparse"; then
2145 ## Additional check for CXSparse version >= 2.2 2145 ## Additional check for CXSparse version >= 2.2
2146 if test $octave_cv_lib_cxsparse = yes; then 2146 if test $octave_cv_lib_cxsparse = yes; then
2147 OCTAVE_CHECK_CXSPARSE_VERSION_OK 2147 OCTAVE_CHECK_CXSPARSE_VERSION_OK
2148 if test $octave_cv_cxsparse_version_ok = no; then 2148 if test $octave_cv_cxsparse_version_ok = no; then
2149 AC_MSG_ERROR([CXSparse library is too old (< version 2.2). Upgrade CXSparse (SuiteSparse) or configure Octave with --disable-cxsparse"]) 2149 AC_MSG_ERROR([CXSparse library is too old (< version 2.2). Upgrade CXSparse (SuiteSparse) or configure Octave with --without-cxsparse"])
2150 fi 2150 fi
2151 fi 2151 fi
2152 fi 2152 fi
2153 2153
2154 ### Check for UMFPACK library. 2154 ### Check for UMFPACK library.