From 5fd582cd265d4e0971bab80d8718011e6770caa4 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 7 Apr 2014 16:52:38 +0800 Subject: [PATCH] fix bug of package for arm --- trunk/auto/options.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index ec629c669..2576d4b57 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -347,7 +347,6 @@ fi fi # user should disable all other features if [ $SRS_ARM_UBUNTU12 = YES ]; then if [ $SRS_FFMPEG = YES ]; then echo "ffmpeg for arm is not available, see: ./configure --help"; __check_ok=NO; fi - if [ $SRS_HTTP_CALLBACK = YES ]; then echo "http-callback for arm is not available, see: ./configure --help"; __check_ok=NO; fi if [ $SRS_BWTC = YES ]; then echo "bwtc for arm is not available, see: ./configure --help"; __check_ok=NO; fi if [ $SRS_RESEARCH = YES ]; then echo "research for arm is not available, see: ./configure --help"; __check_ok=NO; fi if [ $SRS_GPERF = YES ]; then echo "gperf for arm is not available, see: ./configure --help"; __check_ok=NO; fi