summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2008-10-03 18:43:29 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2008-10-03 18:43:29 +0000
commit8d87199ba0bf8c314c277a3da3e227e7fcbdff32 (patch)
treed6b3b676e8afbfed9121c5a1fd4080fb08fe52d6 /configure.in
parent46b0ebed94ff5cf1ca4ff0e03b6a8e76452af1fb (diff)
downloademacs-8d87199ba0bf8c314c277a3da3e227e7fcbdff32.tar.gz
configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning 'X') to avoid confusion
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b1fccfde9df..9a8c8e36ecf 100644
--- a/configure.in
+++ b/configure.in
@@ -2846,7 +2846,7 @@ echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}
echo " Does Emacs use -lotf? ${HAVE_LIBOTF}"
echo " Does Emacs use -lxft? ${HAVE_XFT}"
-echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
+echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
echo
if test $USE_XASSERTS = yes; then