summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-17 12:16:46 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-17 12:16:46 +0000
commite3506ab7be7a44759350589b6f95d1574155d36b (patch)
tree6197d75c72d89b1120ff108ee1bbcfa716d2e288 /aconfigure.ac
parent2c7f1ddf0fb9fc95776a572acda7edb7df5bd949 (diff)
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
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac2
1 files changed, 1 insertions, 1 deletions
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=""