mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] [PATCH] libgsasl: disable nls, add test progr


From: Mark Brand
Subject: Re: [Mingw-cross-env-list] [PATCH] libgsasl: disable nls, add test program
Date: Thu, 28 Apr 2011 09:05:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Thunderbird/3.1.8


How did that work for you without libgcrypt?
Libgsasl uses gnulib for crypto functions such as MD5 and SHA1. Gnulib,
in turn, can either use libgcrypt if available, or use builtin code.
So libgsasl does work without libgcrypt when the configure script does
not detect it.

So we need to either explicitly depend on it (like your patch does), or
explicitly disable it. I think explicitly depending on it is the right
choice.

Thanks for the explanation. I've added an explicit "--with-libgcrypt":

http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/352fcc145028


Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]