diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2001-10-16 07:58:41 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-16 07:58:41 +0000 | 
| commit | 1e8f0c5771fa231082e43dbcbd829f6f6ee91323 (patch) | |
| tree | 490f5edef3e71f78f62ca759b1a475ca41b32c13 | |
| parent | 532bca41e59e10a86c356058831cf046a3ba78c9 (diff) | |
added AC_LIBTOOL_WIN32_DLL for cygwin setup issues
| -rw-r--r-- | configure.in | 4 | 
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 | 
