configure: CFG_ADB for adb added

This commit is contained in:
Young-il Choi 2013-05-04 00:46:52 +09:00
parent 17b368fd22
commit 35214d3c6c
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -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 ' |