Explorar o código

fix -r19041 : if C++ compiler is not found, is not set

Corentin Salingue %!s(int64=8) %!d(string=hai) anos
pai
achega
004a354dd5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -82,7 +82,7 @@ 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
+if test x$CXX = x; then
    AC_MSG_ERROR([No compiler C++ found])
 fi