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.ac

    r4265 r4271  
    13971397                if test "x$with_silk" != "xno" -a "x$with_silk" != "x"; then 
    13981398                    CFLAGS="$CFLAGS -I$with_silk/interface" 
     1399                    CPPFLAGS="$CPPFLAGS -I$with_silk/interface" 
    13991400                    LDFLAGS="$LDFLAGS -L$with_silk" 
    14001401                    AC_MSG_RESULT([Using SILK prefix... $with_silk]) 
Note: See TracChangeset for help on using the changeset viewer.