diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2328e12..e148879 100644 --- a/configure.ac +++ b/configure.ac @@ -78,8 +78,8 @@ AC_ARG_ENABLE(thread, dnl Building documentation AC_ARG_ENABLE(docs, - AC_HELP_STRING([--disable-docs], [Disable documentation building]),, - enable_docs=yes) + AC_HELP_STRING([--enable-docs], [Enable documentation building]),enable_docs=yes, + enable_docs=no) if test "${enable_docs}" != no; then dnl dnl Check for xsltproc |
