1
0
forked from GitHub/gf-core

Allow disabling building of Java components

This commit is contained in:
bringert
2005-05-10 11:05:40 +00:00
parent 6896332b66
commit 09efc28c01
4 changed files with 72 additions and 35 deletions

View File

@@ -21,6 +21,8 @@ INSTALL = @INSTALL@
GHC = @GHC@
GHCI = @GHCI@
ENABLE_JAVA = @ENABLE_JAVA@
JAVAC = @JAVAC@
JAR = @JAR@