java: stop setting a bytecode version target

This commit is contained in:
Benjamin Dauvergne 2018-04-06 17:21:00 +02:00
parent 87da2e6e14
commit 3fb0d62767
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ if test "x$JAVAC" = "xjavac"; then
dnl We assume it is a SUN environment.
SUN=yes
fi
JAVAC_FLAGS="-target 1.4 -source 1.4"
CLASSPATH_OPT="-classpath"
fi