summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xaconfigure2
-rw-r--r--aconfigure.ac2
2 files changed, 2 insertions, 2 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
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=""