From: Tom Tromey <tromey@redhat.com>
To: emacs-devel@gnu.org
Subject: Patch to enable dbus by default
Date: Sun, 27 Jan 2008 15:22:40 -0700 [thread overview]
Message-ID: <m363xekixb.fsf@fleche.redhat.com> (raw)
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
next reply other threads:[~2008-01-27 22:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-27 22:22 Tom Tromey [this message]
2008-01-27 23:11 ` Patch to enable dbus by default Nick Roberts
2008-02-02 6:46 ` Michael Olson
2008-02-02 21:55 ` Tom Tromey
2008-02-05 5:15 ` Michael Olson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m363xekixb.fsf@fleche.redhat.com \
--to=tromey@redhat.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).