From: Nikos Mavrogiannopoulos Date: Fri, 6 Dec 2013 15:13:50 +0000 (+0100) Subject: only use LT_INIT X-Git-Tag: gnutls_3_3_0pre0~488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65504d693fe1cea4ab548f6f14fa78cbe23a6453;p=thirdparty%2Fgnutls.git only use LT_INIT --- diff --git a/configure.ac b/configure.ac index fe1bb5008f..b042cdd4fd 100644 --- a/configure.ac +++ b/configure.ac @@ -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.