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 /libtest | |
parent | 6fd01e85701c77d339041a68cff09ffb2b4348ba (diff) |
Added a basic https unit test.
Diffstat (limited to 'libtest')
-rw-r--r-- | libtest/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtest/Makefile.in b/libtest/Makefile.in index 74bdbe5..01abff6 100644 --- a/libtest/Makefile.in +++ b/libtest/Makefile.in @@ -160,6 +160,7 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ +HTTPS_SUPPORT = @HTTPS_SUPPORT@ ICONV_LIBS = @ICONV_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ |