Added PTHREAD_LIBS variable to be set in another discovery case in acx_pthread
This commit is contained in:
parent
a3442cb00c
commit
f4b6182157
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ for flag in $acx_pthread_flags; do
|
|||
-*)
|
||||
AC_MSG_CHECKING([whether pthreads work with $flag])
|
||||
PTHREAD_CFLAGS="$flag"
|
||||
PTHREAD_LIBS="-l$flag"
|
||||
;;
|
||||
|
||||
pthread-config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue