mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
Add missing dollar sign
svn:r1330
This commit is contained in:
parent
b69f5f3e1b
commit
2561472809
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ return *(int*)(&s[1]); }]])],
|
|||
[tor_cv_unaligned_ok=yes],
|
||||
[tor_cv_unaligned_ok=no],
|
||||
[tor_cv_unaligned_ok=cross])])
|
||||
if test tor_cv_unaligned_ok = yes; then
|
||||
if test $tor_cv_unaligned_ok = yes; then
|
||||
AC_DEFINE([UNALIGNED_INT_ACCESS_OK], 1,
|
||||
[Define to 1 iff unaligned int access is allowed])
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue