# HG changeset patch # User Dave Love # Date 968429590 0 # Node ID 15eaa1c573baaead6cf81fdc6117d35c0236f229 # Parent 6bc82db7d305291af394440d3e9330861ccd217a Remove spurious `@'s. diff -r 6bc82db7d305 -r 15eaa1c573ba configure.in --- 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