configure: modernize dbus test

remove useless define and ifdef/error, and check for a more appropriate
function.

Change-Id: I1a1622cc157c49ebb6787068ade7b33e45e228ca
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Oswald Buddenhagen 2017-07-29 10:36:28 +02:00 committed by Simon Hausmann
parent 799e09a947
commit 1229558a40

View File

@ -37,15 +37,10 @@
**
****************************************************************************/
#define DBUS_API_SUBJECT_TO_CHANGE
#include <dbus/dbus.h>
#if DBUS_MAJOR_PROTOCOL_VERSION < 1
#error Needs at least dbus version 1
#endif
int main(int, char **)
{
dbus_shutdown();
(void) dbus_bus_get_private(DBUS_BUS_SYSTEM, (DBusError *)NULL);
return 0;
}