From: Simon Josefsson Date: Thu, 22 Jun 2006 11:54:43 +0000 (+0000) Subject: Use AC_LIBTOOL_WIN32_DLL to make OBJDUMP/DLLTOOL work under mingw. X-Git-Tag: gnutls_1_4_1~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93b6228754b1cb22c4b95480b34bbdbafd2fa1e1;p=thirdparty%2Fgnutls.git Use AC_LIBTOOL_WIN32_DLL to make OBJDUMP/DLLTOOL work under mingw. Fix use of deprecated AM_PROG_LIBTOOL. --- diff --git a/configure.in b/configure.in index 514ebce973..a3cd112372 100644 --- a/configure.in +++ b/configure.in @@ -536,7 +536,8 @@ AC_MSG_RESULT($wsastartup) AC_MSG_RESULT([*** *** Detecting options for shared libraries... ]) -AM_PROG_LIBTOOL +AC_LIBTOOL_WIN32_DLL +AC_PROG_LIBTOOL LIBGNUTLS_LIBS="-L${libdir} -lgnutls $LIBTASN1_LIBS $LIBGCRYPT_LIBS $LIBS" LIBGNUTLS_CFLAGS="$LIBGCRYPT_CFLAGS $LIBTASN1_CFLAGS -I${includedir}"