diff options
| -rw-r--r-- | m4/check-libc.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/check-libc.m4 b/m4/check-libc.m4 index 6b2e64c..0b7ffb0 100644 --- a/m4/check-libc.m4 +++ b/m4/check-libc.m4 | |||
| @@ -153,6 +153,7 @@ AC_DEFUN([GENERATE_CRYPTO_PORTABLE_SYM], [ | |||
| 153 | AS_CASE([$host_cpu], | 153 | AS_CASE([$host_cpu], |
| 154 | [i?86], [HOSTARCH=intel], | 154 | [i?86], [HOSTARCH=intel], |
| 155 | [x86_64], [HOSTARCH=intel], | 155 | [x86_64], [HOSTARCH=intel], |
| 156 | [amd64], [HOSTARCH=intel], | ||
| 156 | ) | 157 | ) |
| 157 | AC_SUBST([HOSTARCH]) | 158 | AC_SUBST([HOSTARCH]) |
| 158 | crypto_sym=$srcdir/crypto/crypto.sym | 159 | crypto_sym=$srcdir/crypto/crypto.sym |
