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>
This commit is contained in:
parent
b4843f29cb
commit
e865a9d66a
1
configure
vendored
1
configure
vendored
@ -8058,7 +8058,6 @@ fi
|
|||||||
done
|
done
|
||||||
|
|
||||||
LIBS="$ac_save_LIBS"
|
LIBS="$ac_save_LIBS"
|
||||||
with_gnutls=${with_gnutls:-no}
|
|
||||||
fi
|
fi
|
||||||
if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
|
if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
|
||||||
then
|
then
|
||||||
|
@ -789,7 +789,6 @@ case $host_os in
|
|||||||
LIBS="$LIBS $SECURITY_LIBS"
|
LIBS="$LIBS $SECURITY_LIBS"
|
||||||
AC_CHECK_FUNCS(SSLCopyPeerCertificates)
|
AC_CHECK_FUNCS(SSLCopyPeerCertificates)
|
||||||
LIBS="$ac_save_LIBS"
|
LIBS="$ac_save_LIBS"
|
||||||
with_gnutls=${with_gnutls:-no}
|
|
||||||
fi
|
fi
|
||||||
if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
|
if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user