Changeset 14022


Ignore:
Timestamp:
2012-11-22T15:47:40+01:00 (11 years ago)
Author:
sjoelund.se
Message:
  • Don't link in sundials if it's not working...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r13621 r14022  
    334334AC_LINK_IFELSE([AC_LANG_CALL([], [KINInit])],
    335335  [AC_MSG_RESULT([ok])],
    336   [AC_MSG_RESULT([failed to link KINInit])])
     336  [AC_MSG_RESULT([failed to link KINInit]); NO_SUNDIALS="yes"])
    337337
    338338if ! test "$NO_SUNDIALS" = "yes"; then
Note: See TracChangeset for help on using the changeset viewer.