automake: fix botched call to 'check_user_variables'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 16 Apr 2012 22:02:58 +0000 (00:02 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 17 Apr 2012 08:30:58 +0000 (10:30 +0200)
commitbee76ca37d0883404302661671567404d9c92917
treed3a7fd5b20edb5fb4eb10c3d4ab747a10d7553fd
parent1153b2be217e6acdb547b8c163ba8a3d150353de
automake: fix botched call to 'check_user_variables'

* automake.in (lang_vala_finish_target): The 'check_user_variables' function
takes an array, not an array ref, as argument; adjust its call accordingly.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in