瀏覽代碼

Remove now-spurious change

Samuel Thibault 4 年之前
父節點
當前提交
7d345aa2c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -3411,7 +3411,7 @@ AC_ARG_ENABLE(build-doc, [AS_HELP_STRING([--disable-build-doc],
 
 AC_ARG_ENABLE(build-doc-pdf, [AS_HELP_STRING([--enable-build-doc-pdf],
 			[enable building of PDF documentation])],
-			enable_build_doc_pdf=$enableval, enable_build_doc_pdf=$def_enable_build_doc_pdf)
+			enable_build_doc_pdf=$enableval, enable_build_doc_pdf=no)
 
 available_doc_pdf="no"
 if test -f "$srcdir/doc/doxygen/starpu.pdf" ; then