Ignore:
Timestamp:
Oct 5, 2016 9:52:39 AM (7 years ago)
Author:
riza
Message:

Re #1964: Implement QoS for darwin OS which supports SO_NET_SERVICE_TYPE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r5431 r5445  
    58255825                ;; 
    58265826        esac 
     5827        # QoS 
     5828        case $target in 
     5829          *darwin*) 
     5830                ;; 
     5831          *) 
     5832                ac_os_objs="$ac_os_objs sock_qos_bsd.o" 
     5833                ;; 
     5834        esac 
    58275835        # UUID 
    58285836        case $target in 
     
    58435851case $target in 
    58445852  *darwin*) 
    5845         ac_os_objs="$ac_os_objs os_core_darwin.o" 
     5853        ac_os_objs="$ac_os_objs sock_qos_darwin.o os_core_darwin.o" 
    58465854        ;; 
    58475855esac 
Note: See TracChangeset for help on using the changeset viewer.