From d1f574e336627914995363a147614067bd939ca6 Mon Sep 17 00:00:00 2001 From: Gilles Chehade Date: Sun, 10 Nov 2019 20:06:56 +0100 Subject: Revert "woops:" This reverts commit 27bd00e22df900c69aa3a4f1bffeeeeefcfd7fc8. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 13c8aa5f..c2b25711 100644 --- a/configure.ac +++ b/configure.ac @@ -1727,6 +1727,7 @@ fi AC_CHECK_HEADER([event.h], ,[AC_MSG_ERROR([*** event.h missing - please install libevent ***])], [#include ]) +LIBS_BACKUP=$LIBS LIBS="-levent $LIBS" AC_MSG_CHECKING([if programs using libevent functions will link]) AC_LINK_IFELSE( @@ -1742,6 +1743,7 @@ AC_LINK_IFELSE( AC_MSG_RESULT([no]) ] ) +LIBS=$LIBS_BACKUP #l2174 (customized, bu adding -lssl to LIBS) -- cgit v1.2.3-59-g8ed1b