diff options
author | Dave Love <fx@gnu.org> | 2000-09-14 18:59:00 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-14 18:59:00 +0000 |
commit | 69c406323b712f8dc53c1623d9bc4bd1dccaafcc (patch) | |
tree | 332e2d67be1b5218d1a5162ba9651698dc162d00 | |
parent | ef9e43452f5df301d89e9b63f6fe3bd1bf5960c2 (diff) | |
download | emacs-69c406323b712f8dc53c1623d9bc4bd1dccaafcc.tar.gz emacs-69c406323b712f8dc53c1623d9bc4bd1dccaafcc.tar.bz2 emacs-69c406323b712f8dc53c1623d9bc4bd1dccaafcc.zip |
Fix spurion.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d649841b580..a701078b2d4 100644 --- a/configure.in +++ b/configure.in @@ -1545,7 +1545,7 @@ if test x"${REL_ALLOC}" = x; then fi dnl For now, need to use an explicit `#define USE_MMAP_FOR_BUFFERS 1' -in dnl the system configuration file (s/*.h) to turn the use of mmap +dnl the system configuration file (s/*.h) to turn the use of mmap dnl in the relocating allocator on. AC_FUNC_MMAP |