summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac12
1 files changed, 1 insertions, 11 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 072f6502..44a25ade 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -17,6 +17,7 @@ AC_CONFIG_FILES([build.mak
pjlib-util/build/os-auto.mak
pjmedia/build/os-auto.mak
pjsip/build/os-auto.mak
+ third_party/Makefile
third_party/build/portaudio/Makefile
])
@@ -318,17 +319,6 @@ AC_ARG_ENABLE(large-filter,
fi],
AC_MSG_RESULT([Checking if large filter is disabled... no]))
-dnl # Include G.711 Annex A PLC
-AC_SUBST(ac_no_g711_plc)
-AC_ARG_ENABLE(g711-plc,
- AC_HELP_STRING([--disable-g711-plc],
- [Exclude G.711 Annex A PLC]),
- [if test "$enable_g711_plc" = "no"; then
- [ac_no_g711_plc='-DPJMEDIA_HAS_G711_PLC=0']
- AC_MSG_RESULT([Checking if G.711 Annex A PLC is disabled...yes])
- fi],
- AC_MSG_RESULT([Checking if G.711 Annex A PLC is disabled...no]))
-
dnl # Include Speex AEC
AC_SUBST(ac_no_speex_aec)
AC_ARG_ENABLE(speex-aec,