Ignore:
Timestamp:
Jan 29, 2020 4:45:27 AM (4 years ago)
Author:
ming
Message:

Re #2210 (misc): Disable Darwin SSL if deprecated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r6120 r6145  
    80468046                case $target in 
    80478047                *darwin*) 
     8048                    SAVED_CFLAGS="$CFLAGS" 
     8049                    CFLAGS="-Werror" 
    80488050                    SAVED_LIBS="$LIBS" 
    80498051                    LIBS="-framework Security" 
     
    80668068fi 
    80678069rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     8070                    CFLAGS="$SAVED_CFLAGS" 
    80688071                    LIBS="$SAVED_LIBS" 
    80698072                    if test "x$ac_ssl_backend" = "xdarwin"; then 
     
    90249027                                ;; 
    90259028                            x86*) 
    9026                                 ac_webrtc_instset=sse2 
     9029                                ac_webrtc_instset=sse2 
    90279030                                ;; 
    90289031                            *) 
Note: See TracChangeset for help on using the changeset viewer.