]> git.ipfire.org Git - thirdparty/vala.git/commit
vala.m4: Fix calling VALA_CHECK_PACKAGES multiple times
authorJens Georg <mail@jensge.org>
Thu, 3 May 2012 17:36:37 +0000 (19:36 +0200)
committerJürg Billeter <j@bitron.ch>
Fri, 27 Jul 2012 17:35:07 +0000 (19:35 +0200)
commitd6ef603fad9755b84b550780053917eb845c1eab
tree70bc681467fc921dd1ebf4e99c523081c7db62d7
parentde32f1f53cc303b0a288437ce16d6c0fdcba83dc
vala.m4: Fix calling VALA_CHECK_PACKAGES multiple times

If you call VALA_CHECK_PACKAGES more than once, each call would append
its packages to the list of checked packages.

Also fixes a leading whitespace error.

Fixes bug 675389.
vala.m4