aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ee2f1f49f..c7314d765 100644
--- a/configure.ac
+++ b/configure.ac
@@ -677,9 +677,9 @@ AC_CHECK_LIB([kstat],[kstat_open])
677# should the build process be building the documentation? 677# should the build process be building the documentation?
678AC_MSG_CHECKING(whether to build documentation) 678AC_MSG_CHECKING(whether to build documentation)
679AC_ARG_ENABLE([documentation], 679AC_ARG_ENABLE([documentation],
680 [AS_HELP_STRING([--enable-documentation], [build the documentation])], 680 [AS_HELP_STRING([--disable-documentation], [do not build the documentation])],
681 [documentation=${enableval}], 681 [documentation=${enableval}],
682 [documentation=no]) 682 [documentation=yes])
683AC_MSG_RESULT($documentation) 683AC_MSG_RESULT($documentation)
684if test "x$documentation" = "xyes" 684if test "x$documentation" = "xyes"
685then 685then