From: Paul Brossier Date: Fri, 30 Nov 2007 08:54:21 +0000 (+0100) Subject: configure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross compilation of shared libs X-Git-Tag: bzr2git~433 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fce58d9e922e2ffdc979531af4302583f16ae2b4;p=aubio.git configure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross compilation of shared libs --- 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)