mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Remove unused 'find_helper' function
This commit is contained in:
parent
33f7c5e60a
commit
b5296e5046
1 changed files with 0 additions and 20 deletions
20
configure
vendored
20
configure
vendored
|
@ -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..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue