]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove spurious `@'s.
authorDave Love <fx@gnu.org>
Fri, 8 Sep 2000 16:13:10 +0000 (16:13 +0000)
committerDave Love <fx@gnu.org>
Fri, 8 Sep 2000 16:13:10 +0000 (16:13 +0000)
configure.in

index c28ec390971bd14ed626891f66817ec2de9108d6..1642f230470793e322dcda37e65ab9989c125d12 100644 (file)
@@ -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