comparison configure.in @ 108151:582ce1d4716e

Define CYGWIN_OBJ with configure, not cpp. * configure.in (CYGWIN_OBJ): New output variable. * src/Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
author Glenn Morris <rgm@gnu.org>
date Wed, 28 Apr 2010 00:20:39 -0700
parents 66c73788b432
children 41f5a4a424d8
comparison
equal deleted inserted replaced
108150:66c73788b432 108151:582ce1d4716e
2926 AC_DEFINE(REL_ALLOC, 1, 2926 AC_DEFINE(REL_ALLOC, 1,
2927 [Define REL_ALLOC if you want to use the relocating allocator for 2927 [Define REL_ALLOC if you want to use the relocating allocator for
2928 buffer space.]) 2928 buffer space.])
2929 fi 2929 fi
2930 2930
2931 CYGWIN_OBJ=
2932 test "$opsys" = "cygwin" && CYGWIN_OBJ="sheap.o"
2933 AC_SUBST(CYGWIN_OBJ)
2931 2934
2932 AH_TOP([/* GNU Emacs site configuration template file. 2935 AH_TOP([/* GNU Emacs site configuration template file.
2933 Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, 2936 Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005,
2934 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 2937 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
2935 2938