Skip to content

Commit f13bcff

Browse files
committed
add --disable-ipv6 test
1 parent f652a00 commit f13bcff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ REL_DIR=$(HOME)/www-lftp/ftp
3333
release-check:
3434
for opt in "--with-modules" "--without-gnutls" "--without-openssl" \
3535
"--without-gnutls --without-openssl" \
36-
"--with-modules --without-gnutls --without-openssl" ""; \
36+
"--with-modules --without-gnutls --without-openssl" \
37+
"--disable-ipv6" ""; \
3738
do \
3839
echo "Testing $$opt ..."; \
3940
$(MAKE) distclean >/dev/null && $(srcdir)/configure -q $$opt || exit 1; \

0 commit comments

Comments
 (0)