From: Mark Wooding Date: Thu, 12 Sep 2019 19:19:15 +0000 (+0100) Subject: configure.ac, base/asm-common.h: Check explicitly for `_' on symbols. X-Git-Tag: 2.5.0~9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/772740dd8b0c23e9ffe4fc92805e700f5367ec4c?hp=772740dd8b0c23e9ffe4fc92805e700f5367ec4c 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. ---