mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
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:
parent
657c7ee921
commit
55ac9a7eea
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user