]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
mem_align test was broken
authorTimo Sirainen <tss@iki.fi>
Fri, 25 Apr 2003 15:23:14 +0000 (18:23 +0300)
committerTimo Sirainen <tss@iki.fi>
Fri, 25 Apr 2003 15:23:14 +0000 (18:23 +0300)
--HG--
branch : HEAD

configure.in

index 41b81fe4780d75389b2fcea3f05296aa5d7ac195..ef91bd23b93402bc81d58bb24b841b54baead9dd 100644 (file)
@@ -392,7 +392,7 @@ AC_TRY_COMPILE([
 ])
 
 dnl currently we break if off_t is smaller than mem_align
-if $offt_bits = 32 -a $mem_align = 8; then
+if test $offt_bits = 32 -a $mem_align = 8; then
   mem_align=4
 fi