ompi_ext.m4: allow extensions to have config.h.in
Previously, extensions were required to have a config.h for their C bindings. This commit allows them to have a config.h.in, in case their C bindings header file is generated.
Этот коммит содержится в:
родитель
929c05dbdb
Коммит
6a7d5271c4
@ -456,7 +456,7 @@ AC_DEFUN([EXT_PROCESS_COMPONENT],[
|
||||
|
||||
AC_MSG_CHECKING([if MPI Extension $component has C bindings])
|
||||
|
||||
AS_IF([test ! -e "$test_header"],
|
||||
AS_IF([test ! -e "$test_header" && test ! -e "$test_header.in"],
|
||||
[ # There *must* be C bindings
|
||||
AC_MSG_RESULT([no])
|
||||
AC_MSG_WARN([C bindings for MPI extensions are required])
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user