Mercurial > hg > xemacs-beta
diff aclocal.m4 @ 1633:baca156a450b
[xemacs-hg @ 2003-08-19 02:11:46 by james]
Make modules build and run on Cygwin and MinGW. This is the second commit to
get the toplevel files that were not committed the first time.
author | james |
---|---|
date | Tue, 19 Aug 2003 02:11:49 +0000 |
parents | 1364f9716d7b |
children | 2422c1cd1afd |
line wrap: on
line diff
--- a/aclocal.m4 Tue Aug 19 02:07:16 2003 +0000 +++ b/aclocal.m4 Tue Aug 19 02:11:49 2003 +0000 @@ -84,7 +84,6 @@ wl= can_build_shared=yes -cygwin_warn= if test "$XEGCC" = yes; then wl='-Wl,' @@ -104,10 +103,6 @@ ;; *cygwin* | *mingw* ) # PIC is the default - cygwin_warn=yes - # #### Need some trickery involving import libraries that we don't - # currently support. - can_build_shared=no ;; *) dll_cflags='-fPIC' @@ -205,10 +200,6 @@ AC_MSG_RESULT(none) fi -if test -n "$cygwin_warn"; then - AC_MSG_WARN([Cannot currently build modules under Cygwin.]) -fi - dnl dnl Now comes the LD trickery. We do things differently to libtool here. dnl I believe that libtool is incorrect in trying to drive the linker