emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 e8bbdc4: * configure.ac (LIBMODULES): Don’t defi


From: Ken Brown
Subject: [Emacs-diffs] emacs-25 e8bbdc4: * configure.ac (LIBMODULES): Don’t define on Cygwin
Date: Wed, 18 Nov 2015 20:18:16 +0000

branch: emacs-25
commit e8bbdc4665e4e9bb8c124310d19e75d454635082
Author: Ken Brown <address@hidden>
Commit: Ken Brown <address@hidden>

    * configure.ac (LIBMODULES): Don’t define on Cygwin
---
 configure.ac |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index ec1f353..7c90610 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3300,8 +3300,6 @@ if test "${with_modules}" != "no"; then
     MODULES_SUFFIX=".so"
     HAVE_MODULES=yes
   elif test "$opsys" = "cygwin"; then
-    # XXX: not tested
-    LIBMODULES="-lcygwin"
     MODULES_SUFFIX=".dll"
     HAVE_MODULES=yes
   elif test "$opsys" = "darwin"; then
@@ -5269,7 +5267,7 @@ AS_ECHO(["  Does Emacs use -lXaw3d?                       
          ${HAVE_XAW3D
   Does Emacs use -lotf?                                   ${HAVE_LIBOTF}
   Does Emacs use -lxft?                                   ${HAVE_XFT}
   Does Emacs directly use zlib?                           ${HAVE_ZLIB}
-  Does Emacs has dynamic modules support?                 ${HAVE_MODULES}
+  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]