aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-21 17:34:45 +0000
committerng0 <ng0@n0.is>2019-11-21 17:34:45 +0000
commitb8055ec4495c0d9f0a44e6b77871a922c4661b4a (patch)
treee38ca4b3909058beeabeaf017378bf39f34659f6 /configure.ac
parentf90a9d9330f3df72403857ee0b1ec184a89de229 (diff)
downloadgnunet-b8055ec4495c0d9f0a44e6b77871a922c4661b4a.tar.gz
gnunet-b8055ec4495c0d9f0a44e6b77871a922c4661b4a.zip
we no longer need win32-dll
(https://www.gnu.org/software/gnulib/manual/html_node/Libtool-and-Windows.html)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
48AC_PROG_LN_S 48AC_PROG_LN_S
49AC_PROG_MAKE_SET 49AC_PROG_MAKE_SET
50AM_PROG_CC_C_O 50AM_PROG_CC_C_O
51LT_INIT([disable-static dlopen win32-dll]) 51LT_INIT([disable-static dlopen])
52AC_SUBST(MKDIR_P) 52AC_SUBST(MKDIR_P)
53 53
54# allow for different autotools 54# allow for different autotools