diff options
author | lloyd <[email protected]> | 2010-05-26 23:00:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-05-26 23:00:19 +0000 |
commit | fef7c4d49cdff44b60c42d4a50b0675a94280bec (patch) | |
tree | cefc8f8f59fdea4c8fe8a9fd888d7df9fbb20ed8 /src | |
parent | a32cacda84e711281a155041f102cc50ae2c3ea2 (diff) |
Hid --enable-isa and instead expose --enable-{sse2,ssse3,aes-ni,altivec}
in the help.
Unfortunately we can't just remove --enable-isa, because for the
callback to work the target list has to already exist, and it only
does by virtue of the default=[] param to the enable-isa setup. We
could just use append_const, except then we can't run on Python 2.4,
and the latest release of RHEL only has 2.4 :(
Rename aes_ni to aes-ni in configuration-speak
Diffstat (limited to 'src')
-rw-r--r-- | src/block/aes_intel/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/aes_intel/info.txt b/src/block/aes_intel/info.txt index 6e67a6ed9..8bf0f07ee 100644 --- a/src/block/aes_intel/info.txt +++ b/src/block/aes_intel/info.txt @@ -2,7 +2,7 @@ define AES_INTEL load_on auto -need_isa aes_ni +need_isa aes-ni <requires> aes_isa_eng |