From 85690a9dae5e6e72ed52a02270659e5ce9f9ec3d Mon Sep 17 00:00:00 2001
From: JaehunRyu <2013103902@khu.ac.kr>
Date: Sat, 22 Feb 2020 18:54:09 +0900
Subject: [PATCH] Fixex some error

---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 7a299f3e274..66b66ba54ed 100755
--- a/configure
+++ b/configure
@@ -4,7 +4,7 @@ set -e
 set -o pipefail
 
 if [ -z "$PYTHON_BIN_PATH" ]; then
-  PYTHON_BIN_PATH=$( which python3 || true)
+  PYTHON_BIN_PATH=$(which python || which python3 || true)
 fi
 
 # Set all env variables