From 61f0cec9c85ec3689169f5df08ce8866cb5e6a0f Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Wed, 5 Jun 2013 19:00:53 +0000 Subject: Added a basic https unit test. --- configure | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 9a43b70..5dec5bb 100755 --- a/configure +++ b/configure @@ -643,6 +643,7 @@ THREADS_LIBS LFS_FLAG V6_FLAG OPENSSL_LIBS +HTTPS_SUPPORT VERSION_INFO DEFAULT_CFLAGS LT_CV_OBJDIR @@ -15688,7 +15689,7 @@ fi -### OpenSSL +### OpenSSL is explicitely enabled/disabled ? { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable https support" >&5 $as_echo_n "checking whether to enable https support... " >&6; } # Check whether --enable-https was given. @@ -15713,6 +15714,10 @@ $as_echo "$https_support" >&6; } fi +HTTPS_SUPPORT=$https_support + + +# Probe OpenSSL ? if test x"$https_support" = x"no"; then { $as_echo "$as_me:${as_lineno-$LINENO}: disabling https support" >&5 $as_echo "$as_me: disabling https support" >&6;} -- cgit v1.2.3