From: Romain Pokrzywka Date: Fri, 5 Feb 2010 00:13:14 +0000 (-0800) Subject: not needed anymore. Builds fine without for both msvc and mingw X-Git-Tag: dbus-1.3.1~120^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f05abb3ad1472b90482424783bc1b5c6e79c046;p=thirdparty%2Fdbus.git not needed anymore. Builds fine without for both msvc and mingw --- diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 4d6db09ea..a9c6af5e0 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -49,14 +49,6 @@ if(NOT WIN32) OPTION(DBUS_ENABLE_ABSTRACT_SOCKETS "enable support for abstract sockets" ON) endif(NOT WIN32) -if (MINGW) - set (DBUS_VA_COPY_AS_ARRAY 1) -endif (MINGW) -if (MSVC) - set (DBUS_HAVE_VA_COPY 1) - set (DBUS_VA_COPY_AS_ARRAY 0) -endif (MSVC) - # do config checks INCLUDE(ConfigureChecks.cmake)