OSDN Git Service

configure: disable cpunop if the check fails
authorJanne Grunau <janne-libav@jannau.net>
Sun, 23 Feb 2014 13:09:06 +0000 (14:09 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Sun, 23 Feb 2014 14:29:20 +0000 (15:29 +0100)
commit5800ba0db667630e6ff81d30f03961ea10726aa6
tree2f61da5e2e9992b1e6a6803941a95724e1cae10a
parent8eeacf31c5ea37baf6b222dc38d20cf4fd33c455
configure: disable cpunop if the check fails

Moving cpunop from the HAVE_LIST to the ARCH_EXT_LIST_X86 has the side
effect of enabling it. The semantics of the check have to be changed
from enable if successful to disable if unsuccessful. This was missing
in 2b0bb69997c2416e74f41aa1400ce983bf8775c0 causing build errors with
nasm.
configure