summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2013-06-29 09:45:31 +0000
committerStefan Bühler <stbuehler@web.de>2013-06-29 09:45:31 +0000
commit46240fdb7ed2b732707e03375536e5e9b2c29308 (patch)
tree288b13122a06fa230ee7f705c2c805702b593190 /Makefile.am
parenta6b42cc61ee31969b170179099920fb074992f56 (diff)
downloadlighttpd-git-46240fdb7ed2b732707e03375536e5e9b2c29308.tar.gz
[mod_auth] fix distcheck, depends on openssl now for {SHA} crypted passwords
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2879 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0898d4a3..390831bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,3 +5,5 @@ EXTRA_DIST=autogen.sh SConstruct
ACLOCAL_AMFLAGS = -I m4
distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
+
+AM_DISTCHECK_CONFIGURE_FLAGS=--with-openssl