all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Patch to enable dbus by default
@ 2008-01-27 22:22 Tom Tromey
  2008-01-27 23:11 ` Nick Roberts
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tom Tromey @ 2008-01-27 22:22 UTC (permalink / raw)
  To: emacs-devel

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  <tromey@redhat.com>

	* 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-02-05  5:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-27 22:22 Patch to enable dbus by default Tom Tromey
2008-01-27 23:11 ` Nick Roberts
2008-02-02  6:46 ` Michael Olson
2008-02-02 21:55   ` Tom Tromey
2008-02-05  5:15 ` Michael Olson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.