From 24c872d0925dfbafd0b606865938d8f361a1ef13 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 7 Apr 2016 03:12:44 -0400 Subject: [PATCH] configure.ac: fix --enable-man-pages help string MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 24e746011..a67b7cb1f 100644 --- a/configure.ac +++ b/configure.ac @@ -499,7 +499,7 @@ AC_ARG_ENABLE( man-pages, AS_HELP_STRING( [--disable-man-pages], - [Build and install man pages (already built in a distributed tarball)] + [Do not build and install man pages (already built in a distributed tarball)] ), [man_pages_opt=$enableval], [man_pages_opt=yes] -- 2.34.1