Ignore:
Timestamp:
May 29, 2018 2:49:32 AM (6 years ago)
Author:
riza
Message:

Re #2059 (misc): Define missing CPPFLAGS in the aconfigure. Thanks to Alexander
Traud for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5779 r5796  
    15841584                if test "x$with_ssl" != "xno" -a "x$with_ssl" != "x"; then 
    15851585                    CFLAGS="$CFLAGS -I$with_ssl/include" 
     1586                    CPPFLAGS="$CPPFLAGS -I$with_ssl/include" 
    15861587                    LDFLAGS="$LDFLAGS -L$with_ssl/lib" 
    15871588                    AC_MSG_RESULT([Using SSL prefix... $with_ssl]) 
     
    17231724                if test "x$with_opencore_amr" != "xno" -a "x$with_opencore_amr" != "x"; then 
    17241725                    CFLAGS="$CFLAGS -I$with_opencore_amr/include" 
     1726                    CPPFLAGS="$CPPFLAGS -I$with_opencore_amr/include" 
    17251727                    LDFLAGS="$LDFLAGS -L$with_opencore_amr/lib" 
    17261728                    AC_MSG_RESULT([Using OpenCORE AMR prefix... $with_opencore_amr]) 
     
    17281730                if test "x$with_opencore_amrwbenc" != "xno" -a "x$with_opencore_amrwbenc" != "x"; then 
    17291731                    CFLAGS="$CFLAGS -I$with_opencore_amrwbenc/include" 
     1732                    CPPFLAGS="$CPPFLAGS -I$with_opencore_amrwbenc/include" 
    17301733                    LDFLAGS="$LDFLAGS -L$with_opencore_amrwbenc/lib" 
    17311734                    AC_MSG_RESULT([Using OpenCORE AMRWB-enc prefix... $with_opencore_amrwbenc]) 
     
    17901793                if test "x$with_silk" != "xno" -a "x$with_silk" != "x"; then 
    17911794                    CFLAGS="$CFLAGS -I$with_silk/interface" 
    1792                     CPPFLAGS="$CPPFLAGS -I$with_silk/interface" 
     1795                    CPPFLAGS="$CPPFLAGS -I$with_silk/interface" 
    17931796                    LDFLAGS="$LDFLAGS -L$with_silk" 
    17941797                    AC_MSG_RESULT([Using SILK prefix... $with_silk]) 
     
    18371840                if test "x$with_opus" != "xno" -a "x$with_opus" != "x"; then 
    18381841                    CFLAGS="$CFLAGS -I$with_opus/include" 
    1839                     CPPFLAGS="$CPPFLAGS -I$with_opus/include" 
     1842                    CPPFLAGS="$CPPFLAGS -I$with_opus/include" 
    18401843                    LDFLAGS="$LDFLAGS -L$with_opus/lib" 
    18411844                    AC_MSG_RESULT([Using OPUS prefix... $with_opus]) 
Note: See TracChangeset for help on using the changeset viewer.