aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-05-27 08:41:27 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-05-27 09:49:08 -0700
commit22c111c34c2a8ebd4a33a6c76e8774088370260c (patch)
tree5eb0d0b81302cf5f5c55f4e751a36eb3b2028de9 /configure
parent3ae0153778c0e2044264d10ad3a025e8daf0e542 (diff)
Merge changes from github.
Change: 123427036
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure b/configure
index 5d6397da57..98048ba91d 100755
--- a/configure
+++ b/configure
@@ -2,17 +2,6 @@
DO_NOT_SUBMIT_WARNING="Unofficial setting. DO NOT SUBMIT!!!"
-## Verify that the submodule google/protobuf is available
-# TODO(cais): Remove this check once protobuf is no longer depended upon
-if [[ ! -f "google/protobuf/protobuf.bzl" ]]; then
- echo "ERROR: It appears that the required submodule google/protobuf is not "\
-"available in this TensorFlow git clone."
- echo "Please be sure to use the --recurse-submodules flag when performing "\
-"git clone of TensorFlow."
-
- exit 1
-fi
-
## Set up python-related environment settings
while true; do
fromuser=""