From 53c94d4d993d759322dbd3a880760a04c9b69308 Mon Sep 17 00:00:00 2001
From: Dave Love <fx@gnu.org>
Date: Fri, 8 Sep 2000 16:13:10 +0000
Subject: [PATCH] Remove spurious `@'s.

---
 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.in b/configure.in
index c28ec390971..1642f230470 100644
--- a/configure.in
+++ b/configure.in
@@ -1544,9 +1544,9 @@ if test x"${REL_ALLOC}" = x; then
   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
-- 
2.39.5