diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-04 08:51:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-04 08:51:20 +0100 |
commit | c79b998a59d84198e02c8f2496740643689c2c4b (patch) | |
tree | ca533e63124915cb4b641c2e60562b7759a7ed17 /configure.in | |
parent | 100e56309f724a05b62e35a37cca02f64bd64050 (diff) |
--enable-dbus activates auto-font install now as well
Change-Id: I9b31801d7ae7572dc4437ed7c18f888eb8bed53a
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 6eb3b85f8d10..7780ab51273e 100644 --- a/configure.in +++ b/configure.in @@ -844,8 +844,8 @@ AC_ARG_ENABLE(opengl, AC_ARG_ENABLE(dbus, AS_HELP_STRING([--enable-dbus], - [Determines whether to enable presentation mode screensaver control - under GNOME via DBUS.]), + [Determines whether to enable features that depend on dbus. + e.g. Presentation mode screensaver control and auto font install under GNOME via DBUS.]), ,enable_dbus=no) AC_ARG_ENABLE(gconf, |