if [ "$HTTPSERVER" == "y" ]; then
   OPTS="$OPTS --enable-http-server"
else
   OPTS="$OPTS --disable-http-server"
fi  &&

default_build
