Changeset 3275
- Timestamp:
- Aug 17, 2010 12:16:46 PM (14 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r3246 r3275 5875 5875 5876 5876 if test "x$with_ipp_arch" != "xno"; then 5877 IPP_SUFFIX= "em64t"5877 IPP_SUFFIX=$with_ipp_arch 5878 5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: IPP arch suffix is set to $IPP_SUFFIX" >&5 5879 5879 $as_echo "IPP arch suffix is set to $IPP_SUFFIX" >&6; } -
pjproject/trunk/aconfigure.ac
r3246 r3275 770 770 771 771 if test "x$with_ipp_arch" != "xno"; then 772 IPP_SUFFIX= "em64t"772 IPP_SUFFIX=$with_ipp_arch 773 773 AC_MSG_RESULT([IPP arch suffix is set to $IPP_SUFFIX]) 774 774 else
Note: See TracChangeset
for help on using the changeset viewer.