From ded8d6242568c74eece4b434fd743605bf42871a Mon Sep 17 00:00:00 2001 From: Seth Call Date: Mon, 20 Aug 2012 21:01:32 -0500 Subject: [PATCH] * c protocol buffers not required to build anymore --- build_protoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_protoc b/build_protoc index 47c2a6fd2..d115e8a3e 100755 --- a/build_protoc +++ b/build_protoc @@ -16,7 +16,7 @@ if [ -z $PROTOC] ; then PROTOC="protoc" fi -command -v $PROTOC >/dev/null 2>&1 || { echo >&2 "protoc is required but not installed. Aborting."; exit 1; } +command -v $PROTOC >/dev/null 2>&1 || { echo >&2 "protoc is required but not installed. Skipping c protocol buffers"; exit 0; } # die on error at this point set -e