From 38532f800fcc4efd20dc6203fdc85db3aca26421 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 20 Dec 2013 19:21:36 +0000 Subject: [PATCH] Fix linker error in IDA_Solver --- src/numerics/IDA_Solver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/numerics/IDA_Solver.cpp b/src/numerics/IDA_Solver.cpp index a82b780e5..2c686d802 100644 --- a/src/numerics/IDA_Solver.cpp +++ b/src/numerics/IDA_Solver.cpp @@ -7,7 +7,7 @@ #include "cantera/numerics/IDA_Solver.h" #include "cantera/base/stringUtils.h" -#if HAVE_SUNDIALS +#if HAS_SUNDIALS #include "sundials/sundials_types.h" #include "sundials/sundials_math.h" #include "ida/ida.h"