From 2561472809c39e68b0c2f614f47090eb9ae82b65 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 21 Mar 2004 04:19:31 +0000 Subject: [PATCH] Add missing dollar sign svn:r1330 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 79b30b3144..5db26b702d 100644 --- a/configure.in +++ b/configure.in @@ -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