emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f240049: Add LIBSYSTEMD to the list of supported fe


From: Eli Zaretskii
Subject: [Emacs-diffs] master f240049: Add LIBSYSTEMD to the list of supported features
Date: Thu, 21 Apr 2016 16:17:32 +0000

branch: master
commit f24004906e68597d4940f31a570d0e2bd7a9afe5
Author: Matthew Leach <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 configure.ac |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1cd9017..5a6a72a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5207,7 +5207,7 @@ emacs_config_features=
 for opt in XAW3D XPM JPEG TIFF GIF PNG RSVG CAIRO IMAGEMAGICK SOUND GPM DBUS \
   GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT \
   LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS X_TOOLKIT X11 NS MODULES \
-  XWIDGETS; do
+  XWIDGETS LIBSYSTEMD; do
 
     case $opt in
       NOTIFY|ACL) eval val=\${${opt}_SUMMARY} ;;
@@ -5254,6 +5254,7 @@ AS_ECHO(["  Does Emacs use -lXaw3d?                       
          ${HAVE_XAW3D
   Does Emacs use -lm17n-flt?                              ${HAVE_M17N_FLT}
   Does Emacs use -lotf?                                   ${HAVE_LIBOTF}
   Does Emacs use -lxft?                                   ${HAVE_XFT}
+  Does Emacs use -lsystemd?                               ${HAVE_LIBSYSTEMD}
   Does Emacs directly use zlib?                           ${HAVE_ZLIB}
   Does Emacs have dynamic modules support?                ${HAVE_MODULES}
   Does Emacs use toolkit scroll bars?                     
${USE_TOOLKIT_SCROLL_BARS}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]