anitazha / rpms / ndctl

Forked from rpms/ndctl 2 years ago
Clone

Blame SOURCES/ndctl-64-disable-asciidoctor.patch

c21584
diff -up ndctl-64.1/configure.ac.orig ndctl-64.1/configure.ac
c21584
--- ndctl-64.1/configure.ac.orig	2019-03-22 15:46:50.206526000 -0400
c21584
+++ ndctl-64.1/configure.ac	2019-03-22 15:47:12.743488000 -0400
c21584
@@ -45,7 +45,7 @@ AM_CONDITIONAL([ENABLE_DOCS], [test "x$e
c21584
 AC_ARG_ENABLE([asciidoctor],
c21584
 	AS_HELP_STRING([--enable-asciidoctor],
c21584
 	[use asciidoctor for documentation build]),
c21584
-	[], enable_asciidoctor=yes)
c21584
+	[], enable_asciidoctor=no)
c21584
 AM_CONDITIONAL([USE_ASCIIDOCTOR], [test "x$enable_asciidoctor" = "xyes"])
c21584
 if test "x$enable_asciidoctor" = "xyes"; then
c21584
 	asciidoc="asciidoctor"