Quellcode durchsuchen

Add missing dollar sign

svn:r1330
Nick Mathewson vor 21 Jahren
Ursprung
Commit
2561472809
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -171,7 +171,7 @@ return *(int*)(&s[1]); }]])],
        [tor_cv_unaligned_ok=yes],
        [tor_cv_unaligned_ok=yes],
        [tor_cv_unaligned_ok=no],
        [tor_cv_unaligned_ok=no],
        [tor_cv_unaligned_ok=cross])])
        [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,
   AC_DEFINE([UNALIGNED_INT_ACCESS_OK], 1,
             [Define to 1 iff unaligned int access is allowed])
             [Define to 1 iff unaligned int access is allowed])
 fi
 fi