aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/check-libc.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/check-libc.m4 b/m4/check-libc.m4
index f9ddf73..066b394 100644
--- a/m4/check-libc.m4
+++ b/m4/check-libc.m4
@@ -150,9 +150,9 @@ fi
150 150
151AC_DEFUN([GENERATE_CRYPTO_PORTABLE_SYM], [ 151AC_DEFUN([GENERATE_CRYPTO_PORTABLE_SYM], [
152crypto_sym=$srcdir/crypto/crypto.sym 152crypto_sym=$srcdir/crypto/crypto.sym
153crypto_p_sym=$srcdir/crypto/crypto_portable.sym 153crypto_p_sym=./crypto/crypto_portable.sym
154echo "generating $crypto_p_sym ..." 154echo "generating $crypto_p_sym ..."
155chmod u+w $srcdir/crypto 155mkdir -p ./crypto
156cp $crypto_sym $crypto_p_sym 156cp $crypto_sym $crypto_p_sym
157chmod u+w $crypto_p_sym 157chmod u+w $crypto_p_sym
158if test "x$ac_cv_func_arc4random_buf" = "xno" ; then 158if test "x$ac_cv_func_arc4random_buf" = "xno" ; then