about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYoung-il Choi <duddlf.choi@samsung.com>2013-05-04 00:46:52 +0900
committerYoung-il Choi <duddlf.choi@samsung.com>2013-05-04 00:46:52 +0900
commit35214d3c6cd5f70b38baa6d879ca40d9db8118ba (patch)
tree2f16f32dfe7dff04e702ceb5d2af660a723582f9
parent17b368fd2225ffc65333a9a5293fca4f6bdcf7f5 (diff)
downloadrust-35214d3c6cd5f70b38baa6d879ca40d9db8118ba.tar.gz
rust-35214d3c6cd5f70b38baa6d879ca40d9db8118ba.zip
configure: CFG_ADB for adb added
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 884ececa24b..0c4afa0566d 100755
--- a/configure
+++ b/configure
@@ -439,6 +439,10 @@ then
     probe CFG_ZCAT             zcat
 fi
 
+step_msg "looking for target specific programs"
+
+probe CFG_ADB        adb
+
 if [ ! -z "$CFG_PANDOC" ]
 then
     PV_MAJOR_MINOR=$(pandoc --version | grep '^pandoc ' |