configure: Simplify an expression with enabled_all.
This commit is contained in:
parent
f11e4045b9
commit
6dc6598692
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -3692,7 +3692,7 @@ for thread in $THREADS_LIST; do
|
|||
done
|
||||
|
||||
enabled sync_val_compare_and_swap && enable atomics_gcc
|
||||
enabled machine_rw_barrier && enabled atomic_cas_ptr && enable atomics_suncc
|
||||
enabled_all atomic_cas_ptr machine_rw_barrier && enable atomics_suncc
|
||||
enabled MemoryBarrier && enable atomics_win32
|
||||
|
||||
check_lib math.h sin -lm && LIBM="-lm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue