Skip to content

Commit 26a21f0

Browse files
committed
Enable modelica3d with --enable-modelica3d
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 4ff428c commit 26a21f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configure.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ else
543543
IPOPT_LDFLAGS=""
544544
fi
545545

546-
# check for umfpack
546+
# check for umfpack
547547
AC_ARG_WITH(UMFPACK, [ --without-UMFPACK Disable compilation with UMFPACK, a sparse linear systems solver],
548548
[],[with_UMFPACK=yes])
549549

@@ -653,7 +653,8 @@ AC_MSG_RESULT([yes])
653653
fi
654654

655655
AC_MSG_CHECKING([if the user wants Modelica3D])
656-
AC_ARG_ENABLE(modelica3d, [ --disable-modelica3d Modelica3D library (dependencies checked by cmake later on; enabled by default)],[test "xno" = x"$enableval" && MODELICA3D=""],[MODELICA3D="yes"])
656+
MODELICA3D="yes"
657+
AC_ARG_ENABLE(modelica3d, [ --disable-modelica3d Modelica3D library (dependencies checked by cmake later on; enabled by default)],[test "xno" = x"$enableval" && MODELICA3D=""],[])
657658
if test -z "$MODELICA3D" ; then
658659
AC_MSG_RESULT([no])
659660
else

0 commit comments

Comments
 (0)