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.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'aconfigure.ac') 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 -- cgit v1.2.3