Commit d998d106 authored by Filippo Carone's avatar Filippo Carone

use the right extension for javac

parent 1a077e01
......@@ -5584,9 +5584,9 @@ then
AC_PROG_JAVAC
AC_PROG_JAVA
PLUGINS_BINDINGS="${PLUGINS_BINDINGS} java"
if test "${JAVAC}" == "javac"
if test "${JAVAC}" == "javac${EXEEXT}"
then
JAVAC="javac -cp ./ "
JAVAC="javac${EXEEXT} -cp ./ "
fi
fi
AM_CONDITIONAL(BUILD_JAVA, [test "${enable_java_bindings}" = "yes"])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment