make --enable-documentation default
authorxrs <xrs@mail36.net>
Sun, 1 Jul 2018 13:32:27 +0000 (15:32 +0200)
committerxrs <xrs@mail36.net>
Sun, 1 Jul 2018 13:32:27 +0000 (15:32 +0200)
configure.ac

index ee2f1f49f570dd1eee83c78fe94811858dc50b2c..c7314d76548ba277027488885c74641e04ae0311 100644 (file)
@@ -677,9 +677,9 @@ AC_CHECK_LIB([kstat],[kstat_open])
 # should the build process be building the documentation?
 AC_MSG_CHECKING(whether to build documentation)
 AC_ARG_ENABLE([documentation],
-   [AS_HELP_STRING([--enable-documentation], [build the documentation])],
+   [AS_HELP_STRING([--disable-documentation], [do not build the documentation])],
    [documentation=${enableval}],
-   [documentation=no])
+   [documentation=yes])
 AC_MSG_RESULT($documentation)
 if test "x$documentation" = "xyes"
 then