# HG changeset patch # User Markus Mützel # Date 1666438434 -7200 # Node ID 1c4e017664fd6488a265c0652bb3a7fb362807fb # Parent 5c897507d9edccb99847aa46fc886648436a10fc build: Fix typo in warning message about missing SUNLinSol-KLU feature. * m4/acinclude.m4 (OCTAVE_CHECK_SUNDIALS_SUNLINSOL_KLU): Fix typo in warning message. diff -r 5c897507d9ed -r 1c4e017664fd m4/acinclude.m4 --- 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 ])