comparison configure.in @ 91537:cdc08d88f810

configure.in: Enable D-Bus by default.
author Michael Olson <mwolson@gnu.org>
date Tue, 05 Feb 2008 05:13:13 +0000
parents e086fbb9f3a1
children 03a17567381d
comparison
equal deleted inserted replaced
91536:99cac7a703b5 91537:cdc08d88f810
145 OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d]) 145 OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d])
146 OPTION_DEFAULT_ON([xim],[don't use X11 XIM]) 146 OPTION_DEFAULT_ON([xim],[don't use X11 XIM])
147 OPTION_DEFAULT_OFF([carbon],[use Carbon GUI on Mac OS X. This is unsupported!]) 147 OPTION_DEFAULT_OFF([carbon],[use Carbon GUI on Mac OS X. This is unsupported!])
148 148
149 OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console]) 149 OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console])
150 OPTION_DEFAULT_OFF([dbus],[compile with D-Bus support]) 150 OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support])
151 151
152 AC_ARG_WITH([pkg-config-prog],dnl 152 AC_ARG_WITH([pkg-config-prog],dnl
153 [AS_HELP_STRING([--with-pkg-config-prog=PATH], 153 [AS_HELP_STRING([--with-pkg-config-prog=PATH],
154 [Path to pkg-config for finding GTK and librsvg])]) 154 [Path to pkg-config for finding GTK and librsvg])])
155 if test "X${with_pkg_config_prog}" != X; then 155 if test "X${with_pkg_config_prog}" != X; then