From 92ff8a25005f21c36398ab72e6b00a92183338be Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 31 Jul 2017 12:53:50 +0200 Subject: configure: dispose of which.test just use 'which' and be done with it. the script was rather arcane, and worked around deficiencies of cygwin (no longer relevant) and solaris (assumed to be somewhat sane meanwhile). Change-Id: I2e11ea3c87ac06a85604ac8d58d8fee95eae2e15 Reviewed-by: Thiago Macieira --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index bf37224d24..08b49a8d12 100755 --- a/configure +++ b/configure @@ -40,9 +40,7 @@ relpath=`(cd "$relpath"; /bin/pwd)` # the current directory is the "build tree" or "object tree" outpath=`/bin/pwd` -# where to find which.. -unixtests="$relpath/config.tests/unix" -WHICH="$unixtests/which.test" +WHICH="which" PERL=`$WHICH perl 2>/dev/null` -- cgit v1.2.3