Ignore:
Timestamp:
Oct 5, 2016 9:52:39 AM (8 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.ac

    r5431 r5445  
    463463                ;; 
    464464        esac 
     465        # QoS 
     466        case $target in 
     467          *darwin*) 
     468                ;; 
     469          *) 
     470                ac_os_objs="$ac_os_objs sock_qos_bsd.o" 
     471                ;; 
     472        esac 
    465473        # UUID 
    466474        case $target in 
     
    481489case $target in 
    482490  *darwin*) 
    483         ac_os_objs="$ac_os_objs os_core_darwin.o" 
     491        ac_os_objs="$ac_os_objs sock_qos_darwin.o os_core_darwin.o" 
    484492        ;; 
    485493esac 
Note: See TracChangeset for help on using the changeset viewer.