projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c7d49b
)
configure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross compilation of shared libs
author
Paul Brossier
<piem@piem.org>
Fri, 30 Nov 2007 08:54:21 +0000
(09:54 +0100)
committer
Paul Brossier
<piem@piem.org>
Fri, 30 Nov 2007 08:54:21 +0000
(09:54 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b1567f100b1ac4d03dad1e2d2cadd4029ae713db..204ae38b4c1d83184a8e20d31d83eb2fa9d1325f 100644
(file)
--- 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)