summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-09-08 17:30:51 +0000
committerArthur de Jong <arthur@arthurdejong.org>2009-09-08 17:30:51 +0000
commit98a67cd899a7f08a37a29e0792e33abf522581a8 (patch)
treee2378ab39eb333a62cf808252a31afa2b7c0e1ef
parent886011c9e282ed3c4acd40471209a152ca72be6d (diff)
add the possibility to specify --disable-maintainer-mode
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@990 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index afe9c13..c1e3288 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,6 +105,9 @@ do
fi
done
+# add --disable-maintainer-mode option
+AM_MAINTAINER_MODE([enable])
+
# check whether the NSS module should be built
AC_MSG_CHECKING([whether to build the NSS module])
AC_ARG_ENABLE(nss,