Explorar el Código

do not build doc when it's available...

Nathalie Furmento hace 8 años
padre
commit
d1f94db7b5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -3035,6 +3035,7 @@ fi
 available_doc="no"
 if test -f "$srcdir/doc/doxygen/starpu.pdf"
 then
+   enable_build_doc="no"
    available_doc="yes"
 fi
 AC_MSG_CHECKING(whether documentation should be compiled)