diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-06-06 21:14:50 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-06-06 21:14:50 +0000 |
commit | 9a521064d7aa6033b0d7342d467324a495cdcdf3 (patch) | |
tree | d58431bec344ff449ead34037845c4a6d4e28e9a | |
parent | 67bb9bb9ed2659faa50b2aac22c147b10bef85ba (diff) |
--enable-pam is not needed for distcheck when PAM is enabled by default
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@936 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f7bbe05..84e4878 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,7 @@ DEBIAN_FILES = debian/changelog debian/compat debian/control \ EXTRA_DIST = nss-ldapd.conf nslcd.h \ $(wildcard m4/*.m4) HACKING $(DEBIAN_FILES) -DISTCHECK_CONFIGURE_FLAGS = --enable-warnings --enable-pam +DISTCHECK_CONFIGURE_FLAGS = --enable-warnings ACLOCAL_AMFLAGS = -I m4 |