Skip to content
Snippets Groups Projects
Unverified Commit ed974136 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1864 from APriestman/improveCommentsForDisabledSSL

Make it more clear that openssl is intentionally disabled
parents 0847b3d7 56c93e89
Branches
Tags
No related merge requests found
...@@ -388,7 +388,7 @@ AC_CHECK_FUNCS([getline]) ...@@ -388,7 +388,7 @@ AC_CHECK_FUNCS([getline])
AC_SEARCH_LIBS(regexec, [regex], , AC_MSG_ERROR([missing regex])) AC_SEARCH_LIBS(regexec, [regex], , AC_MSG_ERROR([missing regex]))
dnl OpenSSL support for encryption dnl OpenSSL support for encryption - currently disabled due to automatic test failures
dnl AX_CHECK_OPENSSL( dnl AX_CHECK_OPENSSL(
dnl [ax_openssl=yes] dnl [ax_openssl=yes]
dnl LIBTSK_LDFLAGS="$LIBTSK_LDFLAGS $OPENSSL_LDFLAGS $OPENSSL_LIBS", dnl LIBTSK_LDFLAGS="$LIBTSK_LDFLAGS $OPENSSL_LDFLAGS $OPENSSL_LIBS",
...@@ -441,12 +441,12 @@ AC_CONFIG_FILES([ ...@@ -441,12 +441,12 @@ AC_CONFIG_FILES([
AC_OUTPUT AC_OUTPUT
dnl Print a summary dnl Print a summary
dnl openssl is disabled, so removed line openssl support: $ax_openssl
AC_MSG_NOTICE([ AC_MSG_NOTICE([
Building: Building:
afflib support: $ax_afflib afflib support: $ax_afflib
libewf support: $ax_libewf libewf support: $ax_libewf
zlib support: $ax_zlib zlib support: $ax_zlib
openssl support: $ax_openssl
libvhdi support: $ax_libvhdi libvhdi support: $ax_libvhdi
libvmdk support: $ax_libvmdk libvmdk support: $ax_libvmdk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment