Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikGoldman committed May 1, 2018
1 parent 66d451d commit bab8837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xar/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ dnl Configure libcrypto (part of OpenSSL).
dnl
have_libcrypto="1"
AC_CHECK_HEADERS([openssl/evp.h], , [have_libcrypto="0"])
AC_CHECK_LIB([crypto], [OpenSSL_add_all_ciphers], , [have_libcrypto="0"])
AC_CHECK_LIB([crypto], [OPENSSL_init_crypto], , [have_libcrypto="0"])
if test "x${have_libcrypto}" = "x0" ; then
AC_MSG_ERROR([Cannot build without libcrypto (OpenSSL)])
fi
Expand Down

0 comments on commit bab8837

Please sign in to comment.