Bug fix: Variable LDFLAGS was emptied during ./configure test for jtethreads

This commit is contained in:
Thomas Schmitt 2017-04-25 15:50:22 +02:00
parent e30507dd96
commit d812835323
2 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,7 @@ AC_ARG_ENABLE(jtethreads,
if test x$LIBJTE_DEF = xyes if test x$LIBJTE_DEF = xyes
then then
if test "x$enable_jtethreads" = xyes; then if test "x$enable_jtethreads" = xyes; then
mem_LDFLAGs="$LDFLAGS" mem_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $THREAD_LIBS" LDFLAGS="$LDFLAGS $THREAD_LIBS"
AC_MSG_CHECKING([for pthread_cancel()]) AC_MSG_CHECKING([for pthread_cancel()])
AC_TRY_LINK([#include <pthread.h>], AC_TRY_LINK([#include <pthread.h>],

View File

@ -1 +1 @@
#define Xorriso_timestamP "2017.04.09.175347" #define Xorriso_timestamP "2017.04.25.135002"