From 05faf09b3f03f8b704e00c1ee533fa2534682109 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 17 Apr 2007 16:16:01 +0000 Subject: 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 --- aconfigure.ac | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'aconfigure.ac') 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, -- cgit v1.2.3