From: Daniel Stenberg Date: Tue, 16 Oct 2001 07:58:41 +0000 (+0000) Subject: added AC_LIBTOOL_WIN32_DLL for cygwin setup issues X-Git-Tag: curl-7_9_1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e8f0c5771fa231082e43dbcbd829f6f6ee91323;p=curl added AC_LIBTOOL_WIN32_DLL for cygwin setup issues --- 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