configure not setting JAVAC variable correctly

Forgot to change the substitution string for configure to JAVA_CC from JAVAC

refs #13
This commit is contained in:
Alex Lin 2015-06-11 15:55:17 -05:00
parent 657c7ee921
commit 55ac9a7eea

View File

@ -9,7 +9,7 @@ LEX = @LEX@
YACC = @BISON@
SWIG = @SWIG@
PYTHON = @PYTHON@
JAVAC = @JAVAC@
JAVAC = @JAVA_CC@
PYTHON_INCLUDES = @PYTHON_CPPFLAGS@
PYTHON_LIB = @PYTHON_LDFLAGS@ @PYTHON_EXTRA_LIBS@