From 1e8f0c5771fa231082e43dbcbd829f6f6ee91323 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 16 Oct 2001 07:58:41 +0000 Subject: added AC_LIBTOOL_WIN32_DLL for cygwin setup issues --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.in') 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 -- cgit v1.2.3