configure: error out when building static XOR shared
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 7 Dec 2016 13:25:01 +0000 (13:25 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 18 Jan 2017 16:01:15 +0000 (16:01 +0000)
commit687cf37bbe724d3bd910d5d8c55eb27e1b196f65
tree88e89c3fc28100029575531868c215423362bf98
parentda410e6afad30126fde993782f60404bd976cbc9
configure: error out when building static XOR shared

Current code warns out in such cases and falls-back to either static or
shared. That can be easily missed amongst the volume produced by our
configure script.

Replace the warning with an error such that one gets direct feedback
when they're doing something wrong.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac