diff options
author | Michael Olson <mwolson@gnu.org> | 2008-02-05 05:13:13 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2008-02-05 05:13:13 +0000 |
commit | b5a922ded48de4cec9d9fa82568ee5606a6d1b1f (patch) | |
tree | 9ca8e93116d88679fc2f3b000905456d90ae11f5 /configure.in | |
parent | fccaebfd64a63b31f0bdc295ecc063a4d9977409 (diff) | |
download | emacs-b5a922ded48de4cec9d9fa82568ee5606a6d1b1f.tar.gz |
configure.in: Enable D-Bus by default.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cded82a68d3..2e82a5bd13a 100644 --- a/configure.in +++ b/configure.in @@ -147,7 +147,7 @@ OPTION_DEFAULT_ON([xim],[don't use X11 XIM]) 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 [AS_HELP_STRING([--with-pkg-config-prog=PATH], |