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

+ 1 - 1
configure.ac

@@ -709,7 +709,7 @@ AC_SUBST(MPICC, $mpicc_path)
 if test x$use_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_or_mpicc=$CC
 fi
 fi
 AC_SUBST(CC_OR_MPICC, $mpicc_path)
 AC_SUBST(CC_OR_MPICC, $mpicc_path)