Query
Saturday 03 February 2018
2018-02-03 15:57:26 (5 years ago) by Tobias S. Josefowitz <tobij@tobij.de>
- pike/src/configure.in (+2/-2)(4 lines)
- pike/src/modules/MPI/configure.in (+4/-1)(5 lines)
- pike/src/modules/Math/configure.in (+4/-1)(5 lines)
- pike/src/modules/configure.in (+6/-1)(7 lines)
branch: master
Total 21
[build] Explicitely check --with-mpi in sub configure.in files
The ac_user_opts related variables do not always get propagated in the
way that src/modules/configure.in expects. Checking --with-mpi
explicitely in sub-configures that use the setting gets around the
issue.
AC_ARG_WITH lowercases the variable name as well, so
src/modules/configure.in now also lowercases ${with_{$MODNAME}} when
checking whether to build a module.