From 10852acb25bbb97b1970bab8719d6d7f2e911b54 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 6 Mar 2014 18:14:46 +0800 Subject: [PATCH] refine gperf build script --- trunk/configure | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/trunk/configure b/trunk/configure index 392020251..ba3f5fa8a 100755 --- a/trunk/configure +++ b/trunk/configure @@ -337,8 +337,4 @@ fi if [ $SRS_HTTP = YES ]; then echo -e "\" python ./research/api-server/server.py 8085 \" to start the api-server" fi -if [ $SRS_GPERF = YES ]; then - echo "\" env HEAPCHECK=normal ./objs/srs -c conf/srs.conf \" to start the srs live server" -else - echo "\" ./objs/srs -c conf/srs.conf \" to start the srs live server" -fi +echo "\" ./objs/srs -c conf/srs.conf \" to start the srs live server"