aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/check-libc.m41
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], [
153AS_CASE([$host_cpu], 153AS_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)
157AC_SUBST([HOSTARCH]) 158AC_SUBST([HOSTARCH])
158crypto_sym=$srcdir/crypto/crypto.sym 159crypto_sym=$srcdir/crypto/crypto.sym