OSDN Git Service

configure: Use a different variable name in push/popvar
authorMartin Storsjö <martin@martin.st>
Wed, 3 Apr 2013 12:52:45 +0000 (15:52 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 2 May 2013 19:31:55 +0000 (22:31 +0300)
commit4d810ad2e943a59658ddf00a397121c2b62f7157
tree20f7f5ba00036c187e7969d63aeadb7b2c282971
parent13f57a4d881ec669b87bf82f424bfff502433060
configure: Use a different variable name in push/popvar

The variable name 'var' is commonly used to iterate through arguments
in other functions. When the pushvar function internally uses the
variable 'var', it makes pushing/popping the variable 'var' not
work as intended.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure