configure.ac, base/asm-common.h: Check explicitly for `_' on symbols.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 12 Sep 2019 19:19:15 +0000 (20:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 12 Sep 2019 19:19:15 +0000 (20:19 +0100)
commit772740dd8b0c23e9ffe4fc92805e700f5367ec4c
tree0f3273a4b1ec2a728b2877e2c5249089cb01909d
parent10ac299278b548d88a682c750bb5973c3e78037c
configure.ac, base/asm-common.h: Check explicitly for `_' on symbols.

There's an autoconf macro for this in the Debian `libltdl-dev' package,
though not in the main `libtool' package.

I think some BSDs are foolish enough to put `_' on symbols even though
they notionally use ELF.  This may not be enough to make things work on
them, but it should at least help a bit.
base/asm-common.h
configure.ac