aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e203a2b9e..3572729cb 100644
--- a/configure.in
+++ b/configure.in
@@ -38,6 +38,10 @@ AC_PROG_CC
dnl check for how to do large files
AC_SYS_LARGEFILE
+dnl check for cygwin stuff
+AC_LIBTOOL_WIN32_DLL
+
+dnl libtool setup
AM_PROG_LIBTOOL
dnl The install stuff has already been taken care of by the automake stuff