]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add missing dollar sign
authorNick Mathewson <nickm@torproject.org>
Sun, 21 Mar 2004 04:19:31 +0000 (04:19 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 21 Mar 2004 04:19:31 +0000 (04:19 +0000)
svn:r1330

configure.in

index 79b30b3144ecc58b82ee0cc61fa496f6e138c446..5db26b702d079e24f6dad33218bae09f065cb36e 100644 (file)
@@ -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