fix configure check and VA_COPY usage
authorFrank Osterfeld <frank@kdab.net>
Tue, 28 Apr 2009 15:10:46 +0000 (17:10 +0200)
committerunknown <Administrator@.(none)>
Mon, 30 Nov 2009 09:50:20 +0000 (10:50 +0100)
commitff92d15f949afd9dc544bad4f07c74e401aa2bb2
tree4b2931c80aaeff209d7d9b414ce35d6c170c1fec
parent45f8e734af90536e14710e654c7f7aef68004d8a
fix configure check and VA_COPY usage

* fix configure check: set DBUS_VA_COPY_FUNC correctly, and DBUS_VA_COPY_AS_ARRAY if no usable one was found
* add DBUS_VA_COPY_AS_ARRAY
* define DBUS_VA_COPY indirectly, cmakedefine plus variable does not work for me on windows, and is the wrong thing to do according to Allen. The undef seems unnecessary now, the address parsing test passes on windows, using mingw
(cherry picked from commit e6680d78d943be4ee2d85e9d82cd8aa1350db882)
cmake/ConfigureChecks.cmake
cmake/config.h.cmake