diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-02-24 03:05:56 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 17:20:06 +0800 |
commit | b99045fc699ced3076e6a16a8b8bbf015aaa5e23 (patch) | |
tree | 3c5aabeb0404f7661dec24f3ffd1aaf144be7d08 | |
parent | fb14bb8eda81211a5122cff01ca2394cdd46bd2d (diff) | |
download | gsoc2013-empathy-b99045fc699ced3076e6a16a8b8bbf015aaa5e23.tar gsoc2013-empathy-b99045fc699ced3076e6a16a8b8bbf015aaa5e23.tar.gz gsoc2013-empathy-b99045fc699ced3076e6a16a8b8bbf015aaa5e23.tar.bz2 gsoc2013-empathy-b99045fc699ced3076e6a16a8b8bbf015aaa5e23.tar.lz gsoc2013-empathy-b99045fc699ced3076e6a16a8b8bbf015aaa5e23.tar.xz gsoc2013-empathy-b99045fc699ced3076e6a16a8b8bbf015aaa5e23.tar.zst gsoc2013-empathy-b99045fc699ced3076e6a16a8b8bbf015aaa5e23.zip |
More consistent naming of the call handler option
-rw-r--r-- | configure.ac | 5 |
1 files 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, [ |