]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
only use LT_INIT
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 6 Dec 2013 15:13:50 +0000 (16:13 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 6 Dec 2013 15:13:50 +0000 (16:13 +0100)
configure.ac

index fe1bb5008f97abdd826aadce78dc0a8e2d2afbac..b042cdd4fd7a8975ad10445539159987dc8d9c95 100644 (file)
@@ -214,9 +214,7 @@ AC_SUBST([WARN_CFLAGS])
 
 dnl Programs for compilation or development
 AC_PROG_LN_S
-AC_LIBTOOL_WIN32_DLL
-LT_INIT([disable-static])
-AC_PROG_LIBTOOL
+LT_INIT([disable-static,win32-dll,shared])
 
 
 dnl No fork on MinGW, disable some self-tests until we fix them.