summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-03-05 17:11:34 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-03-05 17:11:34 +0000
commit97e568d3fba975a7481c3581a2b1e08f4700c6ce (patch)
tree52a513335a38ee7b3319f3b7f8dcd166687677fd
parent16032ecffeeee297ec5749c50f8fad2228ca16da (diff)
* configure.ac: add the same option for javac than for gcjh (for target and
source java language version).
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a1fef7b3..90d90f37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -244,6 +244,7 @@ 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