summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKouhei Sutou <kou@cozmixng.org>2007-04-16 02:48:14 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-04-16 02:48:14 -0400
commit7ff95c7230471be3ffa231ebc71e1d63ba4621b0 (patch)
treed7456c316b01fcd90e4b56ebad0f42ebe793e22c /configure.in
parentca9df759b4eda8f19a92b2e0b1092fa7b618d25b (diff)
downloadcairo-7ff95c7230471be3ffa231ebc71e1d63ba4621b0.tar.gz
Support MinGW DLL compilation
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 84b919bb4..79d8d1239 100644
--- a/configure.in
+++ b/configure.in
@@ -57,6 +57,7 @@ dnl ===========================================================================
AC_PROG_CC
AC_PROG_CPP
+AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE!
AC_STDC_HEADERS
AC_C_INLINE