diff configure.in @ 98491:29005e3eddab

configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning 'X') to avoid confusion
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Fri, 03 Oct 2008 18:43:29 +0000
parents fc1990cb3e56
children 7d9a5b179102
line wrap: on
line diff
--- a/configure.in	Fri Oct 03 18:23:43 2008 +0000
+++ b/configure.in	Fri Oct 03 18:43:29 2008 +0000
@@ -2846,7 +2846,7 @@
 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