Skip to content

Commit

Permalink
[BUG FIX] missing C++ compiler identification.
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck HOUSSEN committed Jun 25, 2018
1 parent e9c77e7 commit 9742da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ if test x"$enable_icb" != x"no"; then
AC_LANG_PUSH([C++])
AX_MPI([], AC_MSG_ERROR([could not compile a C++ MPI test program]))
AC_SUBST([MPI_CXX_LIBS], ["$MPILIBS $FCLIBS"])
CXX=$MPICXX
AC_LANG_POP([C++])

AC_LANG_PUSH([C])
Expand Down

0 comments on commit 9742da7

Please sign in to comment.