summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2018-10-21 15:18:50 +0200
committerSimon McVittie <smcv@collabora.com>2021-11-18 12:52:22 +0000
commit541dbab907938e3bb1836e8994680d303f16381c (patch)
treea08cf7fc8ba7746f82be32c614c55c6f01c56e8d /cmake
parent946515aead634c784a9962afce72782b225b8612 (diff)
downloaddbus-541dbab907938e3bb1836e8994680d303f16381c.tar.gz
Move DBUS_BUILT_R_DYNAMIC to config.h.cmake
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index 443db0ca..b6532b13 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -240,6 +240,9 @@
#cmakedefine HAVE_VASPRINTF 1
#cmakedefine HAVE_VSNPRINTF 1
+/* whether -export-dynamic was passed to libtool */
+#cmakedefine DBUS_BUILT_R_DYNAMIC 1
+
// structs
/* Define to 1 if you have struct cmsgred */
#cmakedefine HAVE_CMSGCRED 1