summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-17 16:16:01 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-17 16:16:01 +0000
commit05faf09b3f03f8b704e00c1ee533fa2534682109 (patch)
treedfffccc9dc00fbb0e427022207eda071f4e211a9 /aconfigure.ac
parentc82fed9c2902aed74ea5da08148983159e581ad7 (diff)
Fixed build system for third_party
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1201 74dad513-b988-da41-8d7b-12977e46ad98
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,