summaryrefslogtreecommitdiff
path: root/aconfigure
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
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')
-rwxr-xr-xaconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/aconfigure b/aconfigure
index e65af0a8..67ed4899 100755
--- a/aconfigure
+++ b/aconfigure
@@ -5874,7 +5874,7 @@ $as_echo "$IPPROOT" >&6; }
fi
if test "x$with_ipp_arch" != "xno"; then
- IPP_SUFFIX="em64t"
+ IPP_SUFFIX=$with_ipp_arch
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: IPP arch suffix is set to $IPP_SUFFIX" >&5
$as_echo "IPP arch suffix is set to $IPP_SUFFIX" >&6; }
else