1
1

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.
Этот коммит содержится в:
Jeff Squyres 2015-08-12 11:39:46 -07:00
родитель 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])