Skip to content
Snippets Groups Projects
Commit 25614728 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Add missing dollar sign

svn:r1330
parent b69f5f3e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment