mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
* #26839: daemon: ensure that HAVE_DBUS is defined
This commit is contained in:
@ -190,10 +190,9 @@ dnl DBus-C++ detection
|
||||
dnl pkg-config doesn't like 0.6.0-pre1 version number, it assumes that it is
|
||||
dnl more recent than (unreleased) 0.6.0
|
||||
DBUS_CPP_REQUIRED_VERSION=0.6.0-pre1
|
||||
PKG_CHECK_MODULES(DBUSCPP, dbus-c++-1,,
|
||||
PKG_CHECK_MODULES(DBUSCPP, dbus-c++-1, AC_DEFINE_UNQUOTED(HAVE_DBUS, 1, [D-Bus support enabled]),
|
||||
AC_MSG_ERROR([You need the DBus-c++ libraries (version $DBUS_CPP_REQUIRED_VERSION or better)]))
|
||||
|
||||
|
||||
# Instant Messaging
|
||||
# required dependency(ies): libxpat
|
||||
AC_ARG_WITH([instant_messaging],
|
||||
|
@ -29,6 +29,10 @@
|
||||
* as that of the covered work.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <map>
|
||||
|
||||
#include <pjsip.h>
|
||||
|
Reference in New Issue
Block a user