summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2012-10-01 11:08:08 +0000
committerLiong Sauw Ming <ming@teluu.com>2012-10-01 11:08:08 +0000
commit35a03adc4ed89bb9d47af599f8ab6a8d5c58cbfd (patch)
tree700811f49a58011cab35dfdc61043115a84ccdd4 /aconfigure
parentdeb3f552cf7546525939bfaf953136a4fbb434de (diff)
Re #1586: Removed configure warning when using --with-silk option
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4271 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/aconfigure b/aconfigure
index 27f1fdd5..840ea8cc 100755
--- a/aconfigure
+++ b/aconfigure
@@ -7197,7 +7197,7 @@ $as_echo "OpenCORE AMR-NB library found, AMR-NB support enabled" >&6; }
else
ac_no_opencore_amrnb=1
- $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRNB444_CODEC 0" >>confdefs.h
+ $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0" >>confdefs.h
fi
@@ -7236,6 +7236,7 @@ else
$as_echo "checking for SILK installations.." >&6; }
if test "x$with_silk" != "xno" -a "x$with_silk" != "x"; then
CFLAGS="$CFLAGS -I$with_silk/interface"
+ CPPFLAGS="$CPPFLAGS -I$with_silk/interface"
LDFLAGS="$LDFLAGS -L$with_silk"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Using SILK prefix... $with_silk" >&5
$as_echo "Using SILK prefix... $with_silk" >&6; }