comparison configure.in @ 46662:03209f3ee750

Fix typo.
author Markus Rost <rost@math.uni-bielefeld.de>
date Wed, 24 Jul 2002 19:43:02 +0000
parents 5bf90f1bc620
children 7c7faeac1188
comparison
equal deleted inserted replaced
46661:6ddf3f50e422 46662:03209f3ee750
2605 What compiler should emacs be built with? ${CC} ${CFLAGS} 2605 What compiler should emacs be built with? ${CC} ${CFLAGS}
2606 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} 2606 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
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}"
2614 else 2614 else
2615 echo " Where do we find X Windows header files? Standard dirs" 2615 echo " Where do we find X Windows header files? Standard dirs"