Mercurial > emacs
changeset 31510:15eaa1c573ba
Remove spurious `@'s.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 08 Sep 2000 16:13:10 +0000 |
parents | 6bc82db7d305 |
children | b7463306b3ac |
files | configure.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Fri Sep 08 16:03:04 2000 +0000 +++ b/configure.in Fri Sep 08 16:13:10 2000 +0000 @@ -1544,9 +1544,9 @@ REL_ALLOC=${GNU_MALLOC} fi -@dnl For now, need to use an explicit `#define REL_ALLOC_MMAP 1' in -@dnl the system configuration file (s/*.h) to turn the use of mmap -@dnl in the relocating allocator on. +dnl For now, need to use an explicit `#define REL_ALLOC_MMAP 1' in +dnl the system configuration file (s/*.h) to turn the use of mmap +dnl in the relocating allocator on. AC_FUNC_MMAP if test $rel_alloc_mmap = yes; then