From: Nick Mathewson Date: Sun, 21 Mar 2004 04:19:31 +0000 (+0000) Subject: Add missing dollar sign X-Git-Tag: tor-0.0.3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2561472809c39e68b0c2f614f47090eb9ae82b65;p=thirdparty%2Ftor.git Add missing dollar sign svn:r1330 --- 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