mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Remove unused function
This commit is contained in:
parent
b6d632fafa
commit
15b35ed42b
1 changed files with 0 additions and 19 deletions
19
configure
vendored
19
configure
vendored
|
@ -107,25 +107,6 @@ die() {
|
|||
exit 1
|
||||
}
|
||||
|
||||
find_helper() {
|
||||
explanation="$1"
|
||||
shift
|
||||
tried="$*"
|
||||
while [ -n "$1" ]
|
||||
do
|
||||
found=`find_program "$1"`
|
||||
if [ -n "$found" ]
|
||||
then
|
||||
echo "$1 found at $found"
|
||||
HELPER=$1
|
||||
return
|
||||
fi
|
||||
shift
|
||||
done
|
||||
echo "Could not find $explanation. Tried: $tried."
|
||||
die "Make sure one of them is installed and available in your PATH."
|
||||
}
|
||||
|
||||
case `echo -n x` in
|
||||
-n*) echo_n_flag='';;
|
||||
*) echo_n_flag='-n';;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue