From f30a905ea46edbb6303476aa1119686c490f6428 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 25 Jun 2013 16:05:31 +0200 Subject: [PATCH] configure: Don't use 'local' in report_support() The 'local' keyword doesn't exist in Solaris' bourne shell as a reserved word. Change-Id: I3270c74f79842ee10481a40a9f82d9fb74aff2e5 Reviewed-by: Thiago Macieira --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 58c1eb2ce50..7cdb4af8a62 100755 --- a/configure +++ b/configure @@ -6703,11 +6703,9 @@ report_support() return :; esac - local heading heading=$1 shift - local value value=$1 shift