Mercurial > emacs
diff configure @ 108176:e6f59a2ba110
Hopefully fix bug#6065.
* configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
Elsewhere, maybe include it.
* src/Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable.
(OTHER_OBJ): Define as a separate variable, for clarity.
* configure: Regenerate.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 30 Apr 2010 09:37:01 -0700 |
parents | d85e87455963 |
children | 804e9ced8374 |
line wrap: on
line diff
--- a/configure Fri Apr 30 15:50:34 2010 +0200 +++ b/configure Fri Apr 30 09:37:01 2010 -0700 @@ -26170,10 +26170,10 @@ if test "$opsys" = "cygwin"; then CYGWIN_OBJ="sheap.o" ## Cygwin differs because of its unexec(). - OTHER_OBJ="$OTHER_OBJ lastfile.o" + OTHER_OBJ="$OTHER_OBJ lastfile.o vm-limit.o" else CYGWIN_OBJ= - OTHER_OBJ="lastfile.o $OTHER_OBJ" + OTHER_OBJ="lastfile.o $OTHER_OBJ \$(vmlimitobj)" fi