Ignore:
Timestamp:
Apr 17, 2007 4:16:01 PM (17 years ago)
Author:
bennylp
Message:

Fixed build system for third_party

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/aconfigure.ac

    r1182 r1201  
    1818                 pjmedia/build/os-auto.mak 
    1919                 pjsip/build/os-auto.mak 
     20                 third_party/Makefile 
    2021                 third_party/build/portaudio/Makefile 
    2122                ]) 
     
    318319               fi], 
    319320              AC_MSG_RESULT([Checking if large filter is disabled... no])) 
    320  
    321 dnl # Include G.711 Annex A PLC 
    322 AC_SUBST(ac_no_g711_plc) 
    323 AC_ARG_ENABLE(g711-plc, 
    324               AC_HELP_STRING([--disable-g711-plc], 
    325                              [Exclude G.711 Annex A PLC]), 
    326               [if test "$enable_g711_plc" = "no"; then 
    327                 [ac_no_g711_plc='-DPJMEDIA_HAS_G711_PLC=0'] 
    328                 AC_MSG_RESULT([Checking if G.711 Annex A PLC is disabled...yes]) 
    329                fi], 
    330               AC_MSG_RESULT([Checking if G.711 Annex A PLC is disabled...no])) 
    331321 
    332322dnl # Include Speex AEC 
Note: See TracChangeset for help on using the changeset viewer.