Skip to content
Snippets Groups Projects
Commit e865a9d6 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard
Browse files

configure: Allow building bcrypt with GnuTLS support on macOS.

parent b4843f29
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment