Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com> --- configure.ac | 1 - 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]) -- 1.7.3.4