comparison configure.in @ 31510:15eaa1c573ba

Remove spurious `@'s.
author Dave Love <fx@gnu.org>
date Fri, 08 Sep 2000 16:13:10 +0000
parents 8bdf4d335cf9
children 3988743369b6
comparison
equal deleted inserted replaced
31509:6bc82db7d305 31510:15eaa1c573ba
1542 1542
1543 if test x"${REL_ALLOC}" = x; then 1543 if test x"${REL_ALLOC}" = x; then
1544 REL_ALLOC=${GNU_MALLOC} 1544 REL_ALLOC=${GNU_MALLOC}
1545 fi 1545 fi
1546 1546
1547 @dnl For now, need to use an explicit `#define REL_ALLOC_MMAP 1' in 1547 dnl For now, need to use an explicit `#define REL_ALLOC_MMAP 1' in
1548 @dnl the system configuration file (s/*.h) to turn the use of mmap 1548 dnl the system configuration file (s/*.h) to turn the use of mmap
1549 @dnl in the relocating allocator on. 1549 dnl in the relocating allocator on.
1550 1550
1551 AC_FUNC_MMAP 1551 AC_FUNC_MMAP
1552 if test $rel_alloc_mmap = yes; then 1552 if test $rel_alloc_mmap = yes; then
1553 REL_ALLOC=yes 1553 REL_ALLOC=yes
1554 fi 1554 fi