Don't include LDFLAGS in `wx-config --libs` output.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Oct 2009 13:57:41 +0000 (13:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Oct 2009 13:57:41 +0000 (13:57 +0000)
commitd4fbe1d85c768db3efdf6a47e9408c283ae0fb00
tree3479904bc440f83b4963bcd19490050d5cb70c8a
parent84cd6e0c687440eff1c8a9b952dd724194899a46
Don't include LDFLAGS in `wx-config --libs` output.

Use a separate WXCONFIG_LDFLAGS variable for the flags which should be used
when linking applications using wxWidgets and not wxWidgets itself.

The only intentional effect this change is supposed to have right now is that
-arch options added to LDFLAGS when building wx for multiple architectures
under OS X are not used for building the applications any more.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in
wx-config.in