Samuel Thibault 14 years ago
parent
commit
4bbb79b59c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -706,7 +706,7 @@ fi
 AC_MSG_CHECKING(mpicc path)
 AC_MSG_CHECKING(mpicc path)
 AC_MSG_RESULT($mpicc_path)
 AC_MSG_RESULT($mpicc_path)
 AC_SUBST(MPICC, $mpicc_path)
 AC_SUBST(MPICC, $mpicc_path)
-if test x$user_mpi = xyes; then
+if test x$use_mpi = xyes; then
 	cc_or_mpicc=$mpicc_path
 	cc_or_mpicc=$mpicc_path
 else
 else
 	cc=$CC
 	cc=$CC