configure: Simplify an expression with enabled_all.

This commit is contained in:
Diego Biurrun 2013-06-20 13:42:20 +02:00
parent f11e4045b9
commit 6dc6598692
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"