Skip to content

Commit aadaf0c

Browse files
authored
Merge pull request #7986 from hppritcha/topic/fix_issue7644
threads: fix a problem hit when using ex-hwloc
2 parents a7e91d8 + 9dad6f4 commit aadaf0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/threads/pthreads/configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ CFLAGS="$CFLAGS $THREAD_CFLAGS"
5252
CPPFLAGS_save="$CPPFLAGS"
5353
CPPFLAGS="$CPPFLAGS $THREAD_CPPFLAGS"
5454
LDFLAGS_save="$LDFLAGS"
55-
LDFLAGS="$LDFLAGS $THREAD_LDFLAGS"
55+
LDFLAGS="$THREAD_LDFLAGS"
5656
LIBS_save="$LIBS"
57-
LIBS="$LIBS $THREAD_LIBS"
57+
LIBS="$THREAD_LIBS"
5858
AC_RUN_IFELSE([AC_LANG_SOURCE([#include <pthread.h>
5959
#include <sys/types.h>
6060
#include <unistd.h>

0 commit comments

Comments
 (0)