浏览代码

configure.ac: revert #19041, we do not want to fail when no C++ compiler is available

Nathalie Furmento 8 年之前
父节点
当前提交
c7eff17ebb
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      configure.ac

+ 0 - 4
configure.ac

@@ -82,10 +82,6 @@ AC_CHECK_PROGS(PROG_STAT,gstat stat)
 AC_CHECK_PROGS(PROG_DATE,gdate date)
 AC_CHECK_PROGS(PROG_DATE,gdate date)
 AC_OPENMP
 AC_OPENMP
 
 
-if test x$CXX = x; then
-   AC_MSG_ERROR([No compiler C++ found])
-fi
-
 if test x$enable_perf_debug = xyes; then
 if test x$enable_perf_debug = xyes; then
     enable_shared=no
     enable_shared=no
 fi
 fi