configure.ac: fix --enable-man-pages help string
[lttng-tools.git] / configure.ac
index 7d96bea9e8f7556e3d615d9aa607b7f50e0f3465..7bb1656e8147334ba6607994fe03ada6f346b5b5 100644 (file)
@@ -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]
This page took 0.023651 seconds and 4 git commands to generate.