From 9b94f3fd1de2e70227e27acf0af604181c674fd7 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
Date: Fri, 16 Apr 2021 08:37:23 -0400
Subject: [PATCH] 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
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 93dcc3cb3f..b98a7d133d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
 
-- 
GitLab