]> git.eshelyaron.com Git - emacs.git/commitdiff
* dbus.el (top): Check (featurep 'dbusbind).
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 3 Feb 2008 12:00:51 +0000 (12:00 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 3 Feb 2008 12:00:51 +0000 (12:00 +0000)
lisp/net/dbus.el

index ef84db1ccf71634b7d6a545a17d085953349b97d..6ecd0065606748262698f0a6d8907872599501be 100644 (file)
 
 ;;; Code:
 
+;; D-Bus support in the Emacs core can be disabled with configuration
+;; option "--without-dbus".  Check it.
+(assert (featurep 'dbusbind) nil "D-Bus is not supported")
+
 (require 'xml)
 
 (defconst dbus-service-dbus "org.freedesktop.DBus"