diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-05 19:00:53 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-05 19:00:53 +0000 |
| commit | 61f0cec9c85ec3689169f5df08ce8866cb5e6a0f (patch) | |
| tree | 4fbee97673b6151c13d19f7b0e57cb9d19399a6b /configure | |
| parent | 6fd01e85701c77d339041a68cff09ffb2b4348ba (diff) | |
Added a basic https unit test.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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;} |
