aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-08-19 15:55:55 +0200
committerKim Alvefur <zash@zash.se>2016-08-19 15:55:55 +0200
commitb5296e50469a881c34f1d9db9fc35172d1374358 (patch)
tree57f7a363fa09f54dfa8afa936d6feb8e5d61e6e8 /configure
parent33f7c5e60ab8c8f5efbc0b82d52f01898db3dd6f (diff)
downloadprosody-b5296e50469a881c34f1d9db9fc35172d1374358.tar.gz
prosody-b5296e50469a881c34f1d9db9fc35172d1374358.zip
configure: Remove unused 'find_helper' function
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure b/configure
index ee3b8940..3fc43852 100755
--- a/configure
+++ b/configure
@@ -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..."