From fce58d9e922e2ffdc979531af4302583f16ae2b4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 30 Nov 2007 09:54:21 +0100 Subject: [PATCH] configure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross compilation of shared libs --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index b1567f10..204ae38b 100644 --- a/configure.ac +++ b/configure.ac @@ -81,6 +81,8 @@ AC_ARG_ENABLE(lcov, dnl Check for libtool AC_LIBTOOL_DLOPEN dnl AC_DISABLE_STATIC +dnl allow cross compiling +AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL AC_CONFIG_HEADERS(src/config.h) -- 2.26.2