diff options
| author | Markus Rost | 2002-07-24 19:43:21 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-07-24 19:43:21 +0000 |
| commit | dc16594b4fbccd9352d1d421caccf476e3c519c3 (patch) | |
| tree | 28d04be3fbcd79c353579a820788ce7adc6bed6a | |
| parent | 2a0c903cde157e736bc9a336c8a6e457c1733fd5 (diff) | |
| download | emacs-dc16594b4fbccd9352d1d421caccf476e3c519c3.tar.gz emacs-dc16594b4fbccd9352d1d421caccf476e3c519c3.zip | |
Fix typo.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-07-24 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * configure.in: Fix typo. | ||
| 4 | |||
| 1 | 2002-07-24 Richard M. Stallman <rms@gnu.org> | 5 | 2002-07-24 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.in: Don't print anything special about gamedir. | 7 | * configure.in: Don't print anything special about gamedir. |
diff --git a/configure.in b/configure.in index 58b0d96cc8d..ef93016d717 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2607,7 +2607,7 @@ Configured for \`${canonical}'. | |||
| 2607 | Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} | 2607 | Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} |
| 2608 | Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers | 2608 | Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers |
| 2609 | What window system should Emacs use? ${window_system} | 2609 | What window system should Emacs use? ${window_system} |
| 2610 | What toolkit should Emacs use? ${USE_X_TOOLKIT} | 2610 | What toolkit should Emacs use? ${USE_X_TOOLKIT}" |
| 2611 | 2611 | ||
| 2612 | if test -n "${x_includes}"; then | 2612 | if test -n "${x_includes}"; then |
| 2613 | echo " Where do we find X Windows header files? ${x_includes}" | 2613 | echo " Where do we find X Windows header files? ${x_includes}" |