[empathy/gnome-2-34] More consistent naming of the call handler option
- From: Sjoerd Simons <sjoerds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-34] More consistent naming of the call handler option
- Date: Wed, 23 Feb 2011 19:09:42 +0000 (UTC)
commit 38ec957d24df497e86ae94ee81e79fec5a7757b4
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Wed Feb 23 19:05:56 2011 +0000
More consistent naming of the call handler option
configure.ac | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 360c2fc..aaccbe0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -174,8 +174,9 @@ PKG_CHECK_MODULES(EMPATHY_AV,
# Call interface
# -----------------------------------------------------------
AC_ARG_WITH(call,
- AC_HELP_STRING([--with-call], [build with Call interface support]),,
- [with_call=yes])
+ AC_HELP_STRING([--enable-call=@<:@no/yes/auto@:>@],
+ [build with Call interface support]),,
+ [with_call=auto])
if test "x$with_call" != "xno" ; then
PKG_CHECK_MODULES(EMPATHY_CALL,
[
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]