From 35a03adc4ed89bb9d47af599f8ab6a8d5c58cbfd Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Mon, 1 Oct 2012 11:08:08 +0000 Subject: 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 --- aconfigure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'aconfigure') 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; } -- cgit v1.2.3