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

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