summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2016-10-05 09:52:39 +0000
committerRiza Sulistyo <riza@teluu.com>2016-10-05 09:52:39 +0000
commitc84878c894b93a322029625f0d16b00a4e66dcb0 (patch)
treed7948e02026f8bd3f495f11bc0ef5ed0f562b56d /aconfigure
parent6cb8f011c9ff83fddb6bffbabbe280cfeb64778f (diff)
Re #1964: Implement QoS for darwin OS which supports SO_NET_SERVICE_TYPE.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5445 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure10
1 files changed, 9 insertions, 1 deletions
diff --git a/aconfigure b/aconfigure
index b0a63e08..4aa28a50 100755
--- a/aconfigure
+++ b/aconfigure
@@ -5824,6 +5824,14 @@ case $target in
ac_os_objs="$ac_os_objs os_info_iphone.o"
;;
esac
+ # QoS
+ case $target in
+ *darwin*)
+ ;;
+ *)
+ ac_os_objs="$ac_os_objs sock_qos_bsd.o"
+ ;;
+ esac
# UUID
case $target in
*android*)
@@ -5842,7 +5850,7 @@ esac
case $target in
*darwin*)
- ac_os_objs="$ac_os_objs os_core_darwin.o"
+ ac_os_objs="$ac_os_objs sock_qos_darwin.o os_core_darwin.o"
;;
esac