Changeset ceb5e01a in OpenModelica


Ignore:
Timestamp:
2012-11-22T15:47:40+01:00 (11 years ago)
Author:
Martin Sjölund <martin.sjolund@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
ff8dbda
Parents:
c7de30d6
Message:
  • Don't link in sundials if it's not working...

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.in

    rffb96c88 rceb5e01a  
    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.