Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 564 Restrict AES-NI support to ELF platforms for now Since we explicitly specify the ELF object format when building iaesx86.s or iaesx64.s, we need to restrict it to operating systems we know to be ELF platforms. Otherwise we can break the build on OS X, which uses the Mach-O object format. https://github.com/krb5/krb5/commit/220066d9544a1fb1d6100f18f3ada7265799e97b Author: Greg Hudson Commit: 220066d9544a1fb1d6100f18f3ada7265799e97b Branch: master src/configure.in | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-)