coturn: init at 4.5.0.3 (#16284)

This commit is contained in:
Benjamin Saunders
2016-06-21 12:59:29 +02:00
committed by Franz Pletz
parent bc08bef615
commit 8e47786c0e
7 changed files with 377 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
diff --git a/configure b/configure
index 28a0625..ea25488 100755
--- a/configure
+++ b/configure
@@ -624,12 +624,6 @@ fi
TMPDIR="."
-if [ -d /var/tmp ] ; then
- TMPDIR="/var/tmp"
-elif [ -d /tmp ] ; then
- TMPDIR=/tmp
-fi
-
${ECHO_CMD} Use TMP dir ${TMPDIR}
#########################