Explorar o código

configure.ac: fail when no C++ compiler is found

Nathalie Furmento %!s(int64=9) %!d(string=hai) anos
pai
achega
766592f653
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      configure.ac

+ 4 - 0
configure.ac

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