projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428442f
)
Say whether we're using X11 double buffering
author
Robert Pluim
<rpluim@gmail.com>
Tue, 21 Feb 2023 17:21:56 +0000
(18:21 +0100)
committer
Robert Pluim
<rpluim@gmail.com>
Tue, 21 Feb 2023 17:26:01 +0000
(18:26 +0100)
* configure.ac (EMACS_CONFIG_FEATURES): Output value of HAVE_XDBE.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c44165fb5c10a26bc8f94cc101f4937fb10223c2..e1fcf1254df8c43b75df42acb82bb0dc32d1d4fe 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-6637,6
+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 -lXpm? ${HAVE_XPM}
Does Emacs use -ljpeg? ${HAVE_JPEG}
Does Emacs use -ltiff? ${HAVE_TIFF}