fix MPI_CC default case.

This commit is contained in:
Vítor Santos Costa 2012-02-06 10:05:57 +00:00
parent 123ef47171
commit 42b576dd59
2 changed files with 14208 additions and 3980 deletions

18186
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -654,7 +654,7 @@ AC_PROG_INSTALL
AC_PROG_RANLIB
AC_CHECK_TOOL(INDENT,indent,:)
AC_CHECK_TOOL(AR,ar,:)
AC_CHECK_TOOL(MPI_CC,mpicc,:)
AC_CHECK_TOOL(MPI_CC,mpicc,$(CC))
AC_PATH_PROG(INSTALL_INFO,install-info,true,$PATH:/sbin:/usr/sbin:/usr/etc:/usr/local/sbin)
AC_PATH_PROG(SHELL,sh)