[PATCH] configure: Allow building bcrypt with GnuTLS support on macOS.

Hans Leidekker hans at codeweavers.com
Thu Jun 28 10:08:44 CDT 2018


Signed-off-by: Hans Leidekker <hans at codeweavers.com>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9c38cfb376..d10acde146 100644
--- a/configure.ac
+++ b/configure.ac
@@ -789,7 +789,6 @@ case $host_os in
         LIBS="$LIBS $SECURITY_LIBS"
         AC_CHECK_FUNCS(SSLCopyPeerCertificates)
         LIBS="$ac_save_LIBS"
-        with_gnutls=${with_gnutls:-no}
     fi
     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
     then
-- 
2.11.0




More information about the wine-devel mailing list