From e3506ab7be7a44759350589b6f95d1574155d36b Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 17 Aug 2010 12:16:46 +0000 Subject: Misc (re #1110): error in setting the IPP architecture in the configure script git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3275 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aconfigure.ac') diff --git a/aconfigure.ac b/aconfigure.ac index cfc03e24..05695f76 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -769,7 +769,7 @@ if test "x$enable_ipp" != "xno"; then fi if test "x$with_ipp_arch" != "xno"; then - IPP_SUFFIX="em64t" + IPP_SUFFIX=$with_ipp_arch AC_MSG_RESULT([IPP arch suffix is set to $IPP_SUFFIX]) else IPP_SUFFIX="" -- cgit v1.2.3