configure.ac: Fix typo in help string.

Using '--without-webrtc-ap' would still attempt to build the
webrtc-based echo canceler.  Adjust the help string of the option to
match the actual option name.

* configure.ac (webrtcap): Help text changed from --without-webrtc-ap
to --without-webrtcap.

Change-Id: I46a30dc87963ca67b0b135fed08523f16834f715
This commit is contained in:
Maxim Cournoyer
2021-04-16 08:37:23 -04:00
committed by Adrien Béraud
parent 2afc2f0392
commit 9b94f3fd1d

View File

@ -548,7 +548,7 @@ if test "${SYS}" = "linux"; then
dnl Check for webrtc-audio-processing development package
dnl - name: libwebrtc-audio-processing-dev
AC_ARG_WITH([webrtcap],
[AS_HELP_STRING([--without-webrtc-ap],
[AS_HELP_STRING([--without-webrtcap],
[disable support for webrtc-audio-processing])],
[], [with_webrtc_ap=yes])