Index: Utilities/vxl/core/vnl/vnl_sse.h =================================================================== RCS file: /cvsroot/Insight/Insight/Utilities/vxl/core/vnl/vnl_sse.h,v retrieving revision 1.3 diff -r1.3 vnl_sse.h 19a20,22 > // - On Mac OS X, in order to support Universal Binaries, we do not consider it a hard > // error if VNL_CONFIG_ENABLE_SSE2 is true for PowerPC builds. PowerPC obviously does > // not support SSE2, so we simply redefine it to false. 22c25,28 < # if !VXL_HAS_EMMINTRIN_H --- > # if defined(__APPLE__) && (defined(__ppc__) || defined(__ppc64__)) > # undef VNL_CONFIG_ENABLE_SSE2 > # define VNL_CONFIG_ENABLE_SSE2 0 > # elif !VXL_HAS_EMMINTRIN_H