Misc (re #1110): error in setting the IPP architecture in the configure script

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3275 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2010-08-17 12:16:46 +00:00
parent b7b8844cb8
commit 896be297d4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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=""