This is an automated email from the ASF dual-hosted git repository. josephwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 3376698bafe2587f51b3cee020e7e38bf674297d Author: Joseph Wu <[email protected]> AuthorDate: Wed Nov 13 10:52:02 2019 -0800 Autotools: Libprocess: Allowed SSL without libevent. This removes the restriction requiring libevent to enable SSL support, specifically for libprocess built with autotools. Review: https://reviews.apache.org/r/71764 --- 3rdparty/libprocess/configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/3rdparty/libprocess/configure.ac b/3rdparty/libprocess/configure.ac index bfe94b1..0a6a8bf 100644 --- a/3rdparty/libprocess/configure.ac +++ b/3rdparty/libprocess/configure.ac @@ -1001,8 +1001,6 @@ libcrypto is required for an SSL-enabled build. if test "x$with_bundled_libevent" != "xyes"; then MESOS_HAVE_LIBEVENT_SSL() fi - else - AC_MSG_ERROR([SSL is currently only supported with libevent]) fi AC_DEFINE([USE_SSL_SOCKET], [1]) fi
