1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* configure.ac (LIBMODULES): Don’t define on Cygwin

This commit is contained in:
Ken Brown 2015-11-18 15:17:58 -05:00
parent 520dc85f31
commit e8bbdc4665

View File

@ -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}
"])