Changeset 6018 for pjproject/trunk/aconfigure
- Timestamp:
- May 31, 2019 5:03:21 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5959 r6018 7956 7956 SAVED_LIBS="$LIBS" 7957 7957 LIBS="-framework Security" 7958 7958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7959 7959 /* end confdefs.h. */ 7960 7960 #include <Security/SecureTransport.h> 7961 7961 int 7962 7962 main () 7963 7963 { 7964 7964 if (__builtin_available(macOS 10.3, iOS 11.3, *)) { 7965 SSLContextRef ssl_ctx; 7966 SSLReHandshake(ssl_ctx); 7967 } 7965 7968 ; 7966 7969 return 0; 7967 7970 } 7968 7971 _ACEOF 7969 if ac_fn_c_try_ link"$LINENO"; then :7972 if ac_fn_c_try_compile "$LINENO"; then : 7970 7973 ac_ssl_backend=darwin 7971 7974 fi 7972 rm -f core conftest.err conftest.$ac_objext \ 7973 conftest$ac_exeext conftest.$ac_ext 7975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7974 7976 LIBS="$SAVED_LIBS" 7975 7977 if test "x$ac_ssl_backend" = "xdarwin"; then
Note: See TracChangeset
for help on using the changeset viewer.