X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/10ac299278b548d88a682c750bb5973c3e78037c..772740dd8b0c23e9ffe4fc92805e700f5367ec4c:/configure.ac diff --git a/configure.ac b/configure.ac index 308e457c..cc7f3b4f 100644 --- a/configure.ac +++ b/configure.ac @@ -192,6 +192,13 @@ case mdw_asm_debug in [Define to enable assembler-level debugging.]) ;; esac +dnl Check for leading underscores on C symbols. +LT_SYS_SYMBOL_USCORE +case $sys_symbol_underscore in + yes) AC_DEFINE([SYM_USCORE], [1], + [Define if C symbols are prefixed with an underscore.]) ;; +esac + dnl-------------------------------------------------------------------------- dnl CPU-specific assembler features.