On Sat, Mar 29, 2014 at 5:38 PM, Loic Dachary <l...@dachary.org> wrote:
> I'm not sure it's worth fixing : https://github.com/ceph/ceph/pull/1563

Line 25 in https://github.com/ceph/ceph/pull/1563/files has a typo:

+        INTEL_SSE3_FLAGS="-mssse3 -DINTEL_SSE3"

should be:

+        INTEL_SSE3_FLAGS="-msse3 -DINTEL_SSE3"

(The AX_CHECK_COMPILE_FLAG call is correct.)

Cheers.  -- justin
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to