Skip to content

Commit

Permalink
add --disable-ipv6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
lavv17 committed Jan 15, 2020
1 parent f652a00 commit f13bcff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ REL_DIR=$(HOME)/www-lftp/ftp
release-check:
for opt in "--with-modules" "--without-gnutls" "--without-openssl" \
"--without-gnutls --without-openssl" \
"--with-modules --without-gnutls --without-openssl" ""; \
"--with-modules --without-gnutls --without-openssl" \
"--disable-ipv6" ""; \
do \
echo "Testing $$opt ..."; \
$(MAKE) distclean >/dev/null && $(srcdir)/configure -q $$opt || exit 1; \
Expand Down

0 comments on commit f13bcff

Please sign in to comment.