From 087eaf51869560a78bfca7c60e85819aaffe538b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 1 Oct 2018 15:27:43 +0100 Subject: configure: Remove unused function --- configure | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 13f7eff3..8f591afc 100755 --- a/configure +++ b/configure @@ -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';; -- cgit v1.2.3