Fix probe for -Bsymbolic-functions for MSVC
commit84171cbdbd3865f69f39ca6fd7b4b060243443c8
authorOlly Betts <olly@survex.com>
Thu, 11 Apr 2024 21:19:17 +0000 (12 09:19 +1200)
committerOlly Betts <olly@survex.com>
Thu, 11 Apr 2024 21:19:17 +0000 (12 09:19 +1200)
treef7bc66c3a71f7eb9a440c1bca9bd28cdbccb226f
parentd7b4d13b51a43e757e538e75b2cfb4b406419ce6
Fix probe for -Bsymbolic-functions for MSVC

MSVC doesn't support this flag, but it only emits a warning when it
is used and that warning didn't match any of the patterns we already
check for so we were detecting it as supported.
xapian-core/configure.ac