mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
./configure needs to properly enforce java version dependency
Somewhere along the way the configure variable PYTHON_LDFLAGS changed to PYTHON_LIBS. refs #234
This commit is contained in:
parent
7dc034315f
commit
83e299f618
@ -11,8 +11,8 @@ JAVAC = @JAVA_CC@
|
||||
CLANG = @CLANG@
|
||||
|
||||
PYTHON_INCLUDES = @PYTHON_CPPFLAGS@
|
||||
PYTHON_LIB = @PYTHON_LDFLAGS@ @PYTHON_EXTRA_LIBS@
|
||||
# @PYTHON_EXTRA_LDFLAGS@
|
||||
PYTHON_LIB = @PYTHON_LIBS@
|
||||
# @PYTHON_EXTRA_LDFLAGS@ @PYTHON_EXTRA_LIBS@
|
||||
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user