From f17ae9e2cdde269e416e3ce48dbb9502fb0d2b77 Mon Sep 17 00:00:00 2001 From: Alexander Kyte Date: Wed, 15 Jun 2016 10:22:50 -0400 Subject: [PATCH] [runtime] Fix inverted build check related to mcs docs --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 14fc03aeef5..f080acf9b5d 100644 --- a/configure.ac +++ b/configure.ac @@ -3745,7 +3745,7 @@ AC_ARG_WITH(mcs_docs,[ --with-mcs-docs=yes,no If you want to build the DISABLE_MCS_DOCS=yes fi ]) -if test -z "$INSTALL_4_x_TRUE"; then : +if test -n "$INSTALL_4_x_TRUE"; then : DISABLE_MCS_DOCS=yes fi if test "x$DISABLE_MCS_DOCS" = "xdefault"; then -- 2.25.1