From b8055ec4495c0d9f0a44e6b77871a922c4661b4a Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 21 Nov 2019 17:34:45 +0000 Subject: [PATCH] we no longer need win32-dll (https://www.gnu.org/software/gnulib/manual/html_node/Libtool-and-Windows.html) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 929b7187c..bfc95cdce 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AM_PROG_CC_C_O -LT_INIT([disable-static dlopen win32-dll]) +LT_INIT([disable-static dlopen]) AC_SUBST(MKDIR_P) # allow for different autotools -- 2.25.1