Pass -framework sub-flag without embedded whitespace
authorDaniel Macks <dmacks@netspace.org>
Tue, 5 Jun 2012 23:20:13 +0000 (19:20 -0400)
committerColin Walters <walters@verbum.org>
Wed, 6 Jun 2012 01:26:58 +0000 (21:26 -0400)
commitf3ff037bd147b7d86f23108660a2fe71df5268a6
tree88c546de39df36b1e28dc9b623fb438c173b5a8e
parent4690d85607da879e50746db64ea99a273823c25e
Pass -framework sub-flag without embedded whitespace

The "-framework" linker flag takes a second word as a parameter. If
they are passed separated with whitespace, some flag-handling routines
may not know to keep the two words together as a single unit. Use
-Wl,, to pass multiple words without embedded whitespace.

https://bugzilla.gnome.org/show_bug.cgi?id=566994
configure.ac
gio/Makefile.am