changeset 28937:eddd971431a4

Fix merge error in cset 9accea638b5c. * configure.ac: Remove reference to deleted variable.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 15 Oct 2020 13:47:14 +0200
parents 9accea638b5c
children 72874422e17d
files configure.ac
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Oct 15 13:25:01 2020 +0200
+++ b/configure.ac	Thu Oct 15 13:47:14 2020 +0200
@@ -2298,8 +2298,7 @@
 dnl any tests fail, or can we fix __ode15__.cc so that it still partially
 dnl works when some things are missing (for example, KLU)?
 if test -n "$SUNDIALS_IDA_LIBS" && test -n "$SUNDIALS_NVECSERIAL_LIBS"; then
-  if test "x$octave_cv_sundials_sunlinsol_dense" = xyes \
-      && test "x$octave_cv_sundials_realtype_is_double" = xyes \
+  if 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.])