]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Use AC_LIBTOOL_WIN32_DLL to make OBJDUMP/DLLTOOL work under mingw.
authorSimon Josefsson <simon@josefsson.org>
Thu, 22 Jun 2006 11:54:43 +0000 (11:54 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 22 Jun 2006 11:54:43 +0000 (11:54 +0000)
Fix use of deprecated AM_PROG_LIBTOOL.

configure.in

index 514ebce973ac68908820c90a2a80ced79e1fd424..a3cd11237261e65d51647d532a72eef5c38809ed 100644 (file)
@@ -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}"