From b99045fc699ced3076e6a16a8b8bbf015aaa5e23 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 23 Feb 2011 19:05:56 +0000 Subject: More consistent naming of the call handler option --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5cac0140e..bf457ff10 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, [ -- cgit v1.2.3