diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-18 20:03:29 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-18 20:04:18 +0200 |
commit | 34abe04f1c7fde015b87c117a8b3c9ad076627e7 (patch) | |
tree | d9c01cc720f5d5288d2d43ee4032a8b18b78c7f5 /configure.in | |
parent | d714d5d2559a8a10dfa444cd9be1df2ec258ca20 (diff) |
configure: dbus also missing comma: --disable-dbus turns it on
Change-Id: I5b4da0a6b0f2e0587a48f14644bfa9d4442ab076
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 20e887b1928b..f6f5c2440772 100644 --- a/configure.in +++ b/configure.in @@ -860,13 +860,13 @@ AC_ARG_ENABLE(opengl, AC_ARG_ENABLE(dbus, AS_HELP_STRING([--disable-dbus], [Determines whether to enable features that depend on dbus. - e.g. Presentation mode screensaver control, bluetooth presentation control]) + e.g. Presentation mode screensaver control, bluetooth presentation control]), ,enable_dbus=yes) AC_ARG_ENABLE(packagekit, AS_HELP_STRING([--enable-packagekit], [Determines whether to enable features using packagekit. - Right now that is auto font install]) + Right now that is auto font install]), ,) AC_ARG_ENABLE(sdremote, @@ -1214,7 +1214,7 @@ AC_ARG_WITH(agfa-monotype-fonts, AS_HELP_STRING([--with-agfa-monotype-fonts], [This switch should only be enabled for those who have the right to use or distribute the proprietary Agfa Monotype - fonts.]) + fonts.]), ,) AC_ARG_WITH(epm, |