Ignore:
Timestamp:
Oct 1, 2012 11:08:08 AM (12 years ago)
Author:
ming
Message:

Re #1586: Removed configure warning when using --with-silk option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r4265 r4271  
    71987198                else 
    71997199                        ac_no_opencore_amrnb=1 
    7200                         $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRNB444_CODEC 0" >>confdefs.h 
     7200                        $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0" >>confdefs.h 
    72017201 
    72027202                fi 
     
    72377237                if test "x$with_silk" != "xno" -a "x$with_silk" != "x"; then 
    72387238                    CFLAGS="$CFLAGS -I$with_silk/interface" 
     7239                    CPPFLAGS="$CPPFLAGS -I$with_silk/interface" 
    72397240                    LDFLAGS="$LDFLAGS -L$with_silk" 
    72407241                    { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using SILK prefix... $with_silk" >&5 
Note: See TracChangeset for help on using the changeset viewer.