Merge changes from github.
Change: 143710639
diff --git a/configure b/configure
index ee1967f..b68a3d2 100755
--- a/configure
+++ b/configure
@@ -145,7 +145,7 @@
 done
 
 export TF_NEED_CUDA
-export TF_NEED_SYCL
+export TF_NEED_OPENCL
 if [[ "$TF_NEED_CUDA" == "0" ]] && [[ "$TF_NEED_OPENCL" == "0" ]]; then
   echo "Configuration finished"
   bazel_clean_and_fetch
@@ -465,7 +465,6 @@
   COMPUTECPP_TOOLKIT_PATH=""
 done
 
-export TF_NEED_OPENCL
 # end of if "$TF_NEED_OPENCL" == "1"
 fi