changeset 31324:1c4e017664fd

build: Fix typo in warning message about missing SUNLinSol-KLU feature. * m4/acinclude.m4 (OCTAVE_CHECK_SUNDIALS_SUNLINSOL_KLU): Fix typo in warning message.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 22 Oct 2022 13:33:54 +0200
parents 5c897507d9ed
children 52ccba0f1af9
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Sat Oct 22 12:45:36 2022 +0200
+++ b/m4/acinclude.m4	Sat Oct 22 13:33:54 2022 +0200
@@ -2554,7 +2554,7 @@
     AC_DEFINE(HAVE_SUNDIALS_SUNLINSOL_KLU, 1,
       [Define to 1 if SUNDIALS IDA is configured with SUNLINSOL_KLU enabled.])
   else
-    warn_sundials_sunlinsol_klu="SUNDIALS IDA library not configured with SUNLINSOL_KLU or sunlinksol_klu.h is not usable.  The solvers ode15i and ode15s will not support the sparse Jacobian feature."
+    warn_sundials_sunlinsol_klu="SUNDIALS IDA library not configured with SUNLINSOL_KLU or sunlinsol_klu.h is not usable.  The solvers ode15i and ode15s will not support the sparse Jacobian feature."
     OCTAVE_CONFIGURE_WARNING([warn_sundials_sunlinsol_klu])
   fi
 ])