]> git.0d.be Git - empathy.git/commitdiff
More consistent naming of the call handler option
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 23 Feb 2011 19:05:56 +0000 (19:05 +0000)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Thu, 9 Jun 2011 09:20:06 +0000 (10:20 +0100)
configure.ac

index 5cac0140eb2fc36fce466829c0d24d8fdb045487..bf457ff10f523ccf311fc458b36719f5096b98d9 100644 (file)
@@ -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,
    [