]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
not needed anymore. Builds fine without for both msvc and mingw
authorRomain Pokrzywka <romain@kdab.com>
Fri, 5 Feb 2010 00:13:14 +0000 (16:13 -0800)
committerRalf Habacker <ralf.habacker@freenet.de>
Sat, 6 Feb 2010 23:32:49 +0000 (00:32 +0100)
cmake/CMakeLists.txt

index 4d6db09ea5d907695818e11d830ca625c0635ae9..a9c6af5e01a1e434859e9848887ad08307e20dd5 100644 (file)
@@ -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)