]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
build: assume dlfcn is available on all supported platforms
authorAlon Bar-Lev <alon.barlev@gmail.com>
Mon, 26 Mar 2012 10:34:07 +0000 (12:34 +0200)
committerDavid Sommerseth <davids@redhat.com>
Mon, 26 Mar 2012 12:44:44 +0000 (14:44 +0200)
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>
configure.ac

index bd84c0fe607d49871e45f99cb751dfabd09b2cc9..a30e8731998aa19671426fe590ec8639fa89371d 100644 (file)
@@ -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])