aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-24 03:05:56 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-24 03:05:56 +0800
commit38ec957d24df497e86ae94ee81e79fec5a7757b4 (patch)
treed41073c5d020c65c74486053bedce9cf1282f165
parent4643b155118652f3a50695431d359c5dc3a7f91b (diff)
downloadgsoc2013-empathy-38ec957d24df497e86ae94ee81e79fec5a7757b4.tar
gsoc2013-empathy-38ec957d24df497e86ae94ee81e79fec5a7757b4.tar.gz
gsoc2013-empathy-38ec957d24df497e86ae94ee81e79fec5a7757b4.tar.bz2
gsoc2013-empathy-38ec957d24df497e86ae94ee81e79fec5a7757b4.tar.lz
gsoc2013-empathy-38ec957d24df497e86ae94ee81e79fec5a7757b4.tar.xz
gsoc2013-empathy-38ec957d24df497e86ae94ee81e79fec5a7757b4.tar.zst
gsoc2013-empathy-38ec957d24df497e86ae94ee81e79fec5a7757b4.zip
More consistent naming of the call handler option
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 360c2fc4f..aaccbe017 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,
[