pthreads
=== modified file 'cf/pthreads.m4' Gbp-Pq: Name 025_pthreads
This commit is contained in:
parent
6496e6527d
commit
acc5ed24d3
|
@ -51,7 +51,7 @@ case "$host" in
|
||||||
2.*|3.*)
|
2.*|3.*)
|
||||||
native_pthread_support=yes
|
native_pthread_support=yes
|
||||||
PTHREAD_CFLAGS=-pthread
|
PTHREAD_CFLAGS=-pthread
|
||||||
PTHREAD_LIBADD=-pthread
|
PTHREAD_LIBADD="-pthread -lpthread"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue