You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2019/12/18 22:34:31 UTC

[mesos] 02/11: Autotools: Libprocess: Allowed SSL without libevent.

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 <jo...@apache.org>
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