From 9e856c84e7aef5dd9c0117c04ee361acf193a04c Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 15 Mar 2020 15:58:28 +0800 Subject: [PATCH] For #1638, #307, remove unused bash variable. --- trunk/configure | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/configure b/trunk/configure index 9c54c092b..ab9402506 100755 --- a/trunk/configure +++ b/trunk/configure @@ -150,7 +150,6 @@ LibSTRoot="${SRS_OBJS_DIR}/st"; LibSTfile="${LibSTRoot}/libst.a" if [[ $SRS_SHARED_ST == YES ]]; then LibSTfile="-lst"; fi # srtp LibSrtpRoot="${SRS_OBJS_DIR}/srtp2/include"; LibSrtpFile="${SRS_OBJS_DIR}/srtp2/lib/libsrtp2.a" -if [[ $SRS_SHARED_SRTP == YES ]]; then LibSrtpFile="-lsrtp2"; fi # openssl-1.1.0e, for the RTMP complex handshake. LibSSLRoot="";LibSSLfile="" if [[ $SRS_SSL == YES && $SRS_USE_SYS_SSL == NO ]]; then