From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Patch to enable dbus by default Date: Sun, 27 Jan 2008 15:22:40 -0700 Message-ID: Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201474870 23356 80.91.229.12 (27 Jan 2008 23:01:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jan 2008 23:01:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 28 00:01:30 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JJGVF-0002aS-O3 for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2008 00:01:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJGUp-0000lb-91 for ged-emacs-devel@m.gmane.org; Sun, 27 Jan 2008 18:01:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJGUl-0000lT-QQ for emacs-devel@gnu.org; Sun, 27 Jan 2008 18:00:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJGUk-0000lH-T0 for emacs-devel@gnu.org; Sun, 27 Jan 2008 18:00:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJGUk-0000lE-QF for emacs-devel@gnu.org; Sun, 27 Jan 2008 18:00:58 -0500 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJGUk-0000Zp-HD for emacs-devel@gnu.org; Sun, 27 Jan 2008 18:00:58 -0500 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m0RN0wng027012 for ; Sun, 27 Jan 2008 18:00:58 -0500 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0RN0vHm020088 for ; Sun, 27 Jan 2008 18:00:57 -0500 Original-Received: from opsy.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0RN0vWD013005; Sun, 27 Jan 2008 18:00:57 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 5B6F45089AC; Sun, 27 Jan 2008 15:22:40 -0700 (MST) X-Attribution: Tom User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87666 Archived-At: 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 * 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