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 <thiago.macieira@intel.com>
This commit is contained in:
Sergio Ahumada 2013-06-25 16:05:31 +02:00 committed by The Qt Project
parent b24a115706
commit f30a905ea4

2
configure vendored
View File

@ -6703,11 +6703,9 @@ report_support()
return
:;
esac
local heading
heading=$1
shift
local value
value=$1
shift