[empathy: 50/99] More consistent naming of the call handler option
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 50/99] More consistent naming of the call handler option
- Date: Thu, 9 Jun 2011 09:53:33 +0000 (UTC)
commit b99045fc699ced3076e6a16a8b8bbf015aaa5e23
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 5cac014..bf457ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,8 +184,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]