From: Simon Josefsson Date: Tue, 14 Feb 2006 14:40:29 +0000 (+0000) Subject: Fix. X-Git-Tag: gnutls_1_3_5~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60f69be9b95d0a7d481bb07e4efaffc17461d247;p=thirdparty%2Fgnutls.git Fix. --- diff --git a/maint-cfg.mk b/maint-cfg.mk index c6b5082ce0..830594de56 100644 --- a/maint-cfg.mk +++ b/maint-cfg.mk @@ -34,6 +34,6 @@ bootstrap: gtk-doc.make autoreconf ./configure $(CFGFLAGS) mingw32: gtk-doc.make autoreconf - ./configure $(CFGFLAGS) --host=i586-mingw32msvc --build=`./config.guess` + ./configure $(CFGFLAGS) --host=i586-mingw32msvc --build=`./config.guess` --with-included-libtasn1 --with-included-opencdk .PHONY: bootstrap autoreconf mingw32