Samuel Thibault 15 年 前
コミット
fd0f8af217
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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
 	cc_or_mpicc=$mpicc_path
 else
-	cc=$CC
+	cc_or_mpicc=$CC
 fi
 AC_SUBST(CC_OR_MPICC, $mpicc_path)