Changeset 3275


Ignore:
Timestamp:
Aug 17, 2010 12:16:46 PM (14 years ago)
Author:
bennylp
Message:

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

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r3246 r3275  
    58755875 
    58765876    if test "x$with_ipp_arch" != "xno"; then 
    5877         IPP_SUFFIX="em64t" 
     5877        IPP_SUFFIX=$with_ipp_arch 
    58785878        { $as_echo "$as_me:${as_lineno-$LINENO}: result: IPP arch suffix is set to $IPP_SUFFIX" >&5 
    58795879$as_echo "IPP arch suffix is set to $IPP_SUFFIX" >&6; } 
  • pjproject/trunk/aconfigure.ac

    r3246 r3275  
    770770 
    771771    if test "x$with_ipp_arch" != "xno"; then 
    772         IPP_SUFFIX="em64t" 
     772        IPP_SUFFIX=$with_ipp_arch 
    773773        AC_MSG_RESULT([IPP arch suffix is set to $IPP_SUFFIX]) 
    774774    else 
Note: See TracChangeset for help on using the changeset viewer.