Skip to content
Snippets Groups Projects
Commit 56c93e89 authored by apriestman's avatar apriestman
Browse files

Make it more clear that openssl is intentionally disabled

parent 0847b3d7
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ AC_CHECK_FUNCS([getline])
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_openssl=yes]
dnl LIBTSK_LDFLAGS="$LIBTSK_LDFLAGS $OPENSSL_LDFLAGS $OPENSSL_LIBS",
......@@ -441,12 +441,12 @@ AC_CONFIG_FILES([
AC_OUTPUT
dnl Print a summary
dnl openssl is disabled, so removed line openssl support: $ax_openssl
AC_MSG_NOTICE([
Building:
afflib support: $ax_afflib
libewf support: $ax_libewf
zlib support: $ax_zlib
openssl support: $ax_openssl
libvhdi support: $ax_libvhdi
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