From: Alon Bar-Lev Date: Mon, 26 Mar 2012 10:34:07 +0000 (+0200) Subject: build: assume dlfcn is available on all supported platforms X-Git-Tag: v2.3_alpha2~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=020cbe3f7a64279af2bd14e615422f058050e513;p=thirdparty%2Fopenvpn.git build: assume dlfcn is available on all supported platforms Signed-off-by: Alon Bar-Lev Tested-by: Gert Doering Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- diff --git a/configure.ac b/configure.ac index bd84c0fe6..a30e87319 100644 --- a/configure.ac +++ b/configure.ac @@ -840,7 +840,6 @@ if test "${enable_crypto}" = "yes"; then fi if test "${enable_plugins}" = "yes"; then - test "${WIN32}" != "yes" -a -z "${DL_LIBS}" && AC_MSG_ERROR([libdl is required for plugins]) OPTIONAL_DL_LIBS="${DL_LIBS}" AC_DEFINE([ENABLE_PLUGIN], [1], [Enable systemd support]) test "${enable_eurephia}" = "yes" && AC_DEFINE([ENABLE_EUREPHIA], [1], [Enable support for the eurephia plug-in])