changeset 28935:4918e4ffa419 stable

Missing change from cset 34a83d34038e. * configure.ac: Remove reference to deleted variable.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 15 Oct 2020 13:22:36 +0200
parents 34a83d34038e
children 9accea638b5c 8592190176a8
files configure.ac
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Oct 15 12:47:34 2020 +0200
+++ b/configure.ac	Thu Oct 15 13:22:36 2020 +0200
@@ -2281,7 +2281,6 @@
 dnl works when some things are missing (for example, KLU)?
 if test -n "$SUNDIALS_IDA_LIBS" \
     && test -n "$SUNDIALS_NVECSERIAL_LIBS" \
-    && test "x$octave_cv_sundials_sunlinsol_dense" = xyes \
     && test "x$octave_cv_sundials_realtype_is_double" = xyes \
     && test "x$octave_have_sundials_compatible_api" = xyes; then
   AC_DEFINE(HAVE_SUNDIALS, 1, [Define to 1 if SUNDIALS is available.])