diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/CMakeLists.txt | 2 | ||||
-rw-r--r-- | cmake/config.h.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index c7f9939e..45d7fb8a 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -437,7 +437,7 @@ set (DBUS_USER ) # In Autotools this has a different default on QNX, but there seems little # point in replicating that here; if you're on an unusual Unix, use Autotools. -set (default_message_unix_fds 1024) +set (DEFAULT_MESSAGE_UNIX_FDS 1024) # This won't work on Windows. It's not meant to - the system bus is # meaningless on Windows anyway. diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake index 3c7cb966..91cf0806 100644 --- a/cmake/config.h.cmake +++ b/cmake/config.h.cmake @@ -82,7 +82,7 @@ # define DBUS_ENABLE_X11_AUTOLAUNCH 1 #endif -#define DBUS_DEFAULT_MESSAGE_UNIX_FDS @default_message_unix_fds@ +#define DBUS_DEFAULT_MESSAGE_UNIX_FDS @DEFAULT_MESSAGE_UNIX_FDS@ #define _DBUS_VA_COPY_ASSIGN(a1,a2) { a1 = a2; } |