Bug fix: Variable LDFLAGS was emptied during ./configure test for jtethreads
This commit is contained in:
parent
e30507dd96
commit
d812835323
@ -339,7 +339,7 @@ AC_ARG_ENABLE(jtethreads,
|
||||
if test x$LIBJTE_DEF = xyes
|
||||
then
|
||||
if test "x$enable_jtethreads" = xyes; then
|
||||
mem_LDFLAGs="$LDFLAGS"
|
||||
mem_LDFLAGS="$LDFLAGS"
|
||||
LDFLAGS="$LDFLAGS $THREAD_LIBS"
|
||||
AC_MSG_CHECKING([for pthread_cancel()])
|
||||
AC_TRY_LINK([#include <pthread.h>],
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2017.04.09.175347"
|
||||
#define Xorriso_timestamP "2017.04.25.135002"
|
||||
|
Loading…
Reference in New Issue
Block a user