summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-03-26 12:34:07 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-26 14:44:44 +0200
commit020cbe3f7a64279af2bd14e615422f058050e513 (patch)
treea11d12b5abc4b1813dab7ac4a284308ee1ad7348
parent405f338783aee035c28209a8eeb203069e177b71 (diff)
downloadopenvpn-020cbe3f7a64279af2bd14e615422f058050e513.tar.gz
openvpn-020cbe3f7a64279af2bd14e615422f058050e513.tar.xz
openvpn-020cbe3f7a64279af2bd14e615422f058050e513.zip
build: assume dlfcn is available on all supported platforms
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Tested-by: Gert Doering <gert@greenie.muc.de> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bd84c0f..a30e873 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])