summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-06-25 16:05:31 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-26 16:28:28 +0200
commitf30a905ea46edbb6303476aa1119686c490f6428 (patch)
treeac642b82d5d064b1ce961873bddd4ac0dd2c2eaa /configure
parentb24a115706d89351d4b0ebb075e869349490b301 (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 58c1eb2ce5..7cdb4af8a6 100755
--- a/configure
+++ b/configure
@@ -6703,11 +6703,9 @@ report_support()
return
:;
esac
- local heading
heading=$1
shift
- local value
value=$1
shift