summaryrefslogtreecommitdiff
path: root/aconfigure.ac
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.ac
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.ac')
-rw-r--r--aconfigure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 73204863..65cf48d3 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -1396,6 +1396,7 @@ AC_ARG_ENABLE(silk,
AC_MSG_RESULT([checking for SILK installations..])
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"
AC_MSG_RESULT([Using SILK prefix... $with_silk])
fi