emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch to enable dbus by default


From: Tom Tromey
Subject: Patch to enable dbus by default
Date: Sun, 27 Jan 2008 15:22:40 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

I think dbus support should default to 'on', not 'off'.  If dbus is
not detected, it will not be used, so this patch should not break
anything.

Tom

ChangeLog:
2008-01-27  Tom Tromey  <address@hidden>

        * configure.in (--with-dbus): Default to enabled.

Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.502
diff -u -r1.502 configure.in
--- configure.in        27 Jan 2008 16:06:01 -0000      1.502
+++ configure.in        27 Jan 2008 22:57:46 -0000
@@ -142,7 +137,7 @@
 OPTION_DEFAULT_OFF([carbon],[use Carbon GUI on Mac OS X.  This is 
unsupported!])
 
 OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux 
console])
-OPTION_DEFAULT_OFF([dbus],[compile with D-Bus support])
+OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support])
 
 
 AC_ARG_WITH([pkg-config-prog],dnl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]