Index: b/configure.ac =================================================================== --- b/configure.ac +++ b/configure.ac @@ -886,7 +886,7 @@ # # Setup assembler stuff. # -GNUPG_SYS_SYMBOL_UNDERSCORE() +LT_SYS_SYMBOL_USCORE AC_ARG_ENABLE(mpi-path, AC_HELP_STRING([--enable-mpi-path=EXTRA_PATH], [prepend EXTRA_PATH to list of CPU specific optimizations]), Index: b/mpi/config.links =================================================================== --- b/mpi/config.links +++ b/mpi/config.links @@ -291,7 +291,7 @@ # Make sysdep.h echo '/* created by config.links - do not edit */' >./mpi/sysdep.h -if test x$ac_cv_sys_symbol_underscore = xyes; then +if test x$sys_symbol_underscore = xyes; then cat <>./mpi/sysdep.h #if __STDC__ #define C_SYMBOL_NAME(name) _##name