From fcfe31f73a3b1fa0f3afc19d696a2b40d8872bd1 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 6 Oct 2019 10:40:32 +0200 Subject: [PATCH] configure.ac: fix --disable-manpages $enable_manpages should be used instead of $enablemanpages Signed-off-by: Fabrice Fontaine --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 05ee8274..f063fa38 100644 --- a/configure.ac +++ b/configure.ac @@ -338,7 +338,7 @@ fi AC_ARG_ENABLE([manpages], AS_HELP_STRING([--disable-manpages], [Do not install man pages])) -AM_CONDITIONAL(MANPAGES, test "x$enablemanpages" != "xno") +AM_CONDITIONAL(MANPAGES, test "x$enable_manpages" != "xno") AS_IF([test "x$enable_manpages" != "xno"], [ AC_SUBST([MAN_CONFIG_FILES],["\ man/nbd-client.8.sh \