From 8fc3981e027c5a5c99a5cc25b05d6028ac0da199 Mon Sep 17 00:00:00 2001 From: Eugene Brevdo Date: Fri, 27 Jan 2017 10:30:02 -0800 Subject: Automated rollback of change 145703555 Change: 145809900 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 372ec2cee8..a8e7bb7738 100755 --- a/configure +++ b/configure @@ -168,10 +168,10 @@ done if [ "$TF_ENABLE_XLA" == "1" ]; then # Update Bazel build configuration. - sed -i -e "s/WITH_XLA_SUPPORT = (False|True)/WITH_XLA_SUPPORT = True/" tensorflow/core/platform/default/build_config_root.bzl + perl -pi -e "s,WITH_XLA_SUPPORT = (False|True),WITH_XLA_SUPPORT = True,s" tensorflow/core/platform/default/build_config.bzl else # Update Bazel build configuration. - sed -i -e "s/WITH_XLA_SUPPORT = (False|True)/WITH_XLA_SUPPORT = False/" tensorflow/core/platform/default/build_config_root.bzl + perl -pi -e "s,WITH_XLA_SUPPORT = (False|True),WITH_XLA_SUPPORT = False,s" tensorflow/core/platform/default/build_config.bzl fi -- cgit v1.2.3