]> granicus.if.org Git - curl/commitdiff
added AC_LIBTOOL_WIN32_DLL for cygwin setup issues
authorDaniel Stenberg <daniel@haxx.se>
Tue, 16 Oct 2001 07:58:41 +0000 (07:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 16 Oct 2001 07:58:41 +0000 (07:58 +0000)
configure.in

index e203a2b9ebe8dc4b6ea87e9742c2387bb08d5311..3572729cbfee4dc3842e66bc117931021afbf1d8 100644 (file)
@@ -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