diff options
| author | Matthew Leach | 2016-04-21 19:16:41 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-04-21 19:16:41 +0300 |
| commit | f24004906e68597d4940f31a570d0e2bd7a9afe5 (patch) | |
| tree | c6e45f666cabe8c87ed4cf734799e0b806c067a1 | |
| parent | caa31fcaa2fc7b05e411c8155d7641e7660a735a (diff) | |
| download | emacs-f24004906e68597d4940f31a570d0e2bd7a9afe5.tar.gz emacs-f24004906e68597d4940f31a570d0e2bd7a9afe5.zip | |
Add LIBSYSTEMD to the list of supported features
* configure.ac: Add LIBSYSTEMD to EMACS_CONFIG_FEATURES and print a
message at the end of configure stating whether Emacs will be build
with libsystemd support.
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1cd9017d19f..5a6a72a0263 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -5207,7 +5207,7 @@ emacs_config_features= | |||
| 5207 | for opt in XAW3D XPM JPEG TIFF GIF PNG RSVG CAIRO IMAGEMAGICK SOUND GPM DBUS \ | 5207 | for opt in XAW3D XPM JPEG TIFF GIF PNG RSVG CAIRO IMAGEMAGICK SOUND GPM DBUS \ |
| 5208 | GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT \ | 5208 | GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT \ |
| 5209 | LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS X_TOOLKIT X11 NS MODULES \ | 5209 | LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS X_TOOLKIT X11 NS MODULES \ |
| 5210 | XWIDGETS; do | 5210 | XWIDGETS LIBSYSTEMD; do |
| 5211 | 5211 | ||
| 5212 | case $opt in | 5212 | case $opt in |
| 5213 | NOTIFY|ACL) eval val=\${${opt}_SUMMARY} ;; | 5213 | NOTIFY|ACL) eval val=\${${opt}_SUMMARY} ;; |
| @@ -5254,6 +5254,7 @@ AS_ECHO([" Does Emacs use -lXaw3d? ${HAVE_XAW3D | |||
| 5254 | Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT} | 5254 | Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT} |
| 5255 | Does Emacs use -lotf? ${HAVE_LIBOTF} | 5255 | Does Emacs use -lotf? ${HAVE_LIBOTF} |
| 5256 | Does Emacs use -lxft? ${HAVE_XFT} | 5256 | Does Emacs use -lxft? ${HAVE_XFT} |
| 5257 | Does Emacs use -lsystemd? ${HAVE_LIBSYSTEMD} | ||
| 5257 | Does Emacs directly use zlib? ${HAVE_ZLIB} | 5258 | Does Emacs directly use zlib? ${HAVE_ZLIB} |
| 5258 | Does Emacs have dynamic modules support? ${HAVE_MODULES} | 5259 | Does Emacs have dynamic modules support? ${HAVE_MODULES} |
| 5259 | Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS} | 5260 | Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS} |