diff options
| author | Dave Love | 2000-09-08 16:13:10 +0000 |
|---|---|---|
| committer | Dave Love | 2000-09-08 16:13:10 +0000 |
| commit | 53c94d4d993d759322dbd3a880760a04c9b69308 (patch) | |
| tree | 052385335433bdc623a9e3356b380e1e431ff876 | |
| parent | 5ad25b24dfeb6f2d68f0367b7c289dd450eec63e (diff) | |
| download | emacs-53c94d4d993d759322dbd3a880760a04c9b69308.tar.gz emacs-53c94d4d993d759322dbd3a880760a04c9b69308.zip | |
Remove spurious `@'s.
| -rw-r--r-- | configure.in | 6 |
1 files 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 | |||
| 1544 | REL_ALLOC=${GNU_MALLOC} | 1544 | REL_ALLOC=${GNU_MALLOC} |
| 1545 | fi | 1545 | fi |
| 1546 | 1546 | ||
| 1547 | @dnl For now, need to use an explicit `#define REL_ALLOC_MMAP 1' in | 1547 | dnl For now, need to use an explicit `#define REL_ALLOC_MMAP 1' in |
| 1548 | @dnl the system configuration file (s/*.h) to turn the use of mmap | 1548 | dnl the system configuration file (s/*.h) to turn the use of mmap |
| 1549 | @dnl in the relocating allocator on. | 1549 | dnl in the relocating allocator on. |
| 1550 | 1550 | ||
| 1551 | AC_FUNC_MMAP | 1551 | AC_FUNC_MMAP |
| 1552 | if test $rel_alloc_mmap = yes; then | 1552 | if test $rel_alloc_mmap = yes; then |