mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
Let HTTPS tests XFAIL when no TLS support configured
* configure.ac: Export WITH_SSL for use in Makefile.am * testenv/Makefile.am: Add HTTPS tests to XFAIL_TESTS when !WITH_SSL Reported-by: Ander Juaristi <ajuaristi@gmx.es>
This commit is contained in:
@@ -714,7 +714,7 @@ AS_IF([test "X$enable_pcre" != "Xno"],[
|
||||
|
||||
dnl Needed by src/Makefile.am
|
||||
AM_CONDITIONAL([IRI_IS_ENABLED], [test "X$iri" != "Xno"])
|
||||
|
||||
AM_CONDITIONAL([WITH_SSL], [test "X$with_ssl" != "Xno"])
|
||||
|
||||
dnl
|
||||
dnl Create output
|
||||
|
||||
Reference in New Issue
Block a user