mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:17:17 +03:00
added AC_LIBTOOL_WIN32_DLL for cygwin setup issues
This commit is contained in:
parent
532bca41e5
commit
1e8f0c5771
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue