From 019ff35266aed4a1e8dd89109ed9532872f0034d Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 6 Nov 2014 16:16:51 +0530 Subject: configure: Disable static by default, and add win32 DLL support https://bugs.freedesktop.org/show_bug.cgi?id=85962 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3b4e105..96c92de 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,8 @@ AM_SILENT_RULES([yes]) AC_USE_SYSTEM_EXTENSIONS AC_PROG_CC AM_PROG_AR -LT_INIT +LT_PREREQ([2.2.6]) +LT_INIT([dlopen win32-dll disable-static]) # Check Operating System AC_MSG_CHECKING([operating system]) -- cgit v1.2.1