Commit 1e8f0c57 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added AC_LIBTOOL_WIN32_DLL for cygwin setup issues

parent 532bca41
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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