Module: wine Branch: master Commit: e865a9d66ab10ecca075023f4bd3ba4f86011cee URL: https://source.winehq.org/git/wine.git/?a=commit;h=e865a9d66ab10ecca075023f4...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Jun 28 17:08:44 2018 +0200
configure: Allow building bcrypt with GnuTLS support on macOS.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-)
diff --git a/configure b/configure index 1e441a2..2ca572d 100755 --- a/configure +++ b/configure @@ -8058,7 +8058,6 @@ fi done
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 diff --git a/configure.ac b/configure.ac index 9c38cfb..d10acde 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