diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-29 14:47:48 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-29 14:47:48 +0000 |
commit | 585c7fa67eb3935c67d946d4c5900a1eb59dcf6a (patch) | |
tree | 835b12e31a76db8cc641bdf05cbe52fb296a3326 /configure.ac | |
parent | 0a2093bbc5eb4c3a89a37d8804404e5f63700726 (diff) |
elm: edbus (v1) is disabled by default.
SVN revision: 81872
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6cde0d4c1..a0ef004f3 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -474,9 +474,9 @@ fi | |||
474 | 474 | ||
475 | ELM_EDBUS_DEF="#undef" | 475 | ELM_EDBUS_DEF="#undef" |
476 | have_elementary_edbus="no" | 476 | have_elementary_edbus="no" |
477 | want_elementary_edbus="auto" | 477 | want_elementary_edbus="no" |
478 | AC_ARG_ENABLE([edbus], | 478 | AC_ARG_ENABLE([edbus], |
479 | [AC_HELP_STRING([--disable-edbus], [disable edbus support. @<:@default=detect@:>@])], | 479 | [AC_HELP_STRING([--enable-edbus], [enable edbus (v1) support. @<:@default=no@:>@])], |
480 | [want_elementary_edbus=$enableval], []) | 480 | [want_elementary_edbus=$enableval], []) |
481 | 481 | ||
482 | if test "x$want_elementary_edbus" != "xno"; then | 482 | if test "x$want_elementary_edbus" != "xno"; then |