diff options
author | Kim Alvefur <zash@zash.se> | 2016-08-19 15:55:55 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-08-19 15:55:55 +0200 |
commit | 565a6406387e15c4d9a01e086529deb018575209 (patch) | |
tree | 57f7a363fa09f54dfa8afa936d6feb8e5d61e6e8 /configure | |
parent | 8e3f4f30e805734b9677660987c4bacc10d687b0 (diff) | |
download | prosody-565a6406387e15c4d9a01e086529deb018575209.tar.gz prosody-565a6406387e15c4d9a01e086529deb018575209.zip |
configure: Remove unused 'find_helper' function
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -342,26 +342,6 @@ else exit 1 fi -find_helper() { - explanation="$1" - shift - tried="$*" - while [ "$1" ] - do - found=`find_program "$1"` - if [ "$found" ] - then - echo "$1 found at $found" - HELPER=$1 - return - fi - shift - done - echo "Could not find a $explanation. Tried: $tried." - echo "Make sure one of them is installed and available in your PATH." - exit 1 -} - # Write config echo "Writing configuration..." |