Browse Source

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

Nathalie Furmento 8 years ago
parent
commit
c7eff17ebb
1 changed files with 0 additions and 4 deletions
  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_OPENMP
 
-if test x$CXX = x; then
-   AC_MSG_ERROR([No compiler C++ found])
-fi
-
 if test x$enable_perf_debug = xyes; then
     enable_shared=no
 fi