--with-doc defaults to yes

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@507 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2011-12-18 14:43:40 +00:00
parent 59dc4aa601
commit e630a92713
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ AC_DEFINE_UNQUOTED(OPENPAM_MODULES_DIR,
AC_SUBST(OPENPAM_MODULES_DIR)
AC_ARG_WITH([doc],
AC_HELP_STRING([--with-doc], [build documentation]),
AC_HELP_STRING([--without-doc], [do not build documentation]),
[],
[with_doc=yes])
AM_CONDITIONAL([WITH_DOC], [test x"$with_doc" = x"yes"])