Skip to content

Instantly share code, notes, and snippets.

@rcombs

rcombs/stdin Secret

Created May 20, 2015 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcombs/23892ee2beb94ac2e556 to your computer and use it in GitHub Desktop.
Save rcombs/23892ee2beb94ac2e556 to your computer and use it in GitHub Desktop.
diff --git a/configure b/configure
index f304b6e..346e135 100755
--- a/configure
+++ b/configure
@@ -5193,8 +5193,8 @@ enabled sdl && add_cflags $sdl_cflags && add_extralibs $sdl_libs
{ enabled openssl || enabled gnutls; } && disable securetransport || disable find_cert_bundle
-disabled securetransport || check_lib2 Security/SecureTransport.h SSLCreateContext "-Wl,-framework,CoreFoundation -Wl,-framework,Security" &&
- enable securetransport
+disabled securetransport || { check_lib2 Security/SecureTransport.h SSLCreateContext "-Wl,-framework,CoreFoundation -Wl,-framework,Security" &&
+ enable securetransport; }
# CA bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment