]> git.eshelyaron.com Git - emacs.git/commitdiff
; * configure.ac (EMACS_CONFIG_FEATURES): Improve configure message.
authorPo Lu <luangruo@yahoo.com>
Wed, 22 Feb 2023 02:51:27 +0000 (10:51 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 22 Feb 2023 02:51:27 +0000 (10:51 +0800)
configure.ac

index e1fcf1254df8c43b75df42acb82bb0dc32d1d4fe..b484ebdc8bac73a96ce61aaf236373ee0155ae31 100644 (file)
@@ -6637,7 +6637,7 @@ AC_DEFINE_UNQUOTED([EMACS_CONFIG_FEATURES], ["${emacs_config_features}"],
   [Summary of some of the main features enabled by configure.])
 
 AS_ECHO(["  Does Emacs use -lXaw3d?                                 ${HAVE_XAW3D}
-  Does Emacs use X11 double buffering?                    ${HAVE_XDBE}
+  Does Emacs use the X Double Buffer Extension?           ${HAVE_XDBE}
   Does Emacs use -lXpm?                                   ${HAVE_XPM}
   Does Emacs use -ljpeg?                                  ${HAVE_JPEG}
   Does Emacs use -ltiff?                                  ${HAVE_TIFF}