Win32: Build gwenhyfar without openssl because it doesn't need it anyway.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18367 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2009-10-03 20:11:46 +00:00
parent 664ae299b9
commit 19503887fc

View File

@ -892,9 +892,8 @@ function inst_gwenhywfar() {
#automake #automake
#autoconf #autoconf
fi fi
# Note: gwenhywfar-3.x and higher don't use openssl anymore.
./configure ${HOST_XCOMPILE} \ ./configure ${HOST_XCOMPILE} \
--with-openssl-includes=$_OPENSSL_UDIR/include \
--with-openssl-libs=$_OPENSSL_UDIR/lib \
--with-libgcrypt-prefix=$_GNUTLS_UDIR \ --with-libgcrypt-prefix=$_GNUTLS_UDIR \
--disable-binreloc \ --disable-binreloc \
--prefix=$_GWENHYWFAR_UDIR \ --prefix=$_GWENHYWFAR_UDIR \