Merge commit '6dc6598692da3b0ebda2d768681786343f26a4f4'

* commit '6dc6598692da3b0ebda2d768681786343f26a4f4':
  configure: Simplify an expression with enabled_all.

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-06-24 10:16:03 +02:00
commit 1152863a3f

2
configure vendored
View File

@ -4088,7 +4088,7 @@ if enabled pthreads; then
fi
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"