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.ac

    r6120 r6145  
    16421642                case $target in 
    16431643                *darwin*) 
     1644                    SAVED_CFLAGS="$CFLAGS" 
     1645                    CFLAGS="-Werror" 
    16441646                    SAVED_LIBS="$LIBS" 
    16451647                    LIBS="-framework Security" 
     
    16501652                         }])], 
    16511653                        [ac_ssl_backend=darwin],) 
     1654                    CFLAGS="$SAVED_CFLAGS" 
    16521655                    LIBS="$SAVED_LIBS" 
    16531656                    if test "x$ac_ssl_backend" = "xdarwin"; then 
Note: See TracChangeset for help on using the changeset viewer.