Skip to content

Commit 643a8c6

Browse files
committed
- Java is needed to compile the parser
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent df07e2f commit 643a8c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ if java -cp $omc_antlr_jar antlr.Tool $$grammar.g ; then
184184
AC_MSG_RESULT([yes])
185185
else
186186
rm -f $$grammar.g
187-
# AC_MSG_ERROR([no antlr.Tool support])
188-
AC_MSG_RESULT([no])
187+
AC_MSG_ERROR([no antlr.Tool support])
189188
fi
190189

191190
AC_MSG_CHECKING([if the user wants to compile OMShell-terminal])

0 commit comments

Comments
 (0)