[Stackless-checkins] CVS: slpdev/src/2.2/src configure.in,1.8,1.9

Christian Tismer tismer at centera.de
Tue May 4 19:58:16 CEST 2004


Update of /home/cvs/slpdev/src/2.2/src
In directory centera.de:/tmp/cvs-serv9991

Modified Files:
	configure.in 
Log Message:
fiddling...

Index: configure.in
===================================================================
RCS file: /home/cvs/slpdev/src/2.2/src/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** configure.in	4 May 2004 17:40:17 -0000	1.8
--- configure.in	4 May 2004 17:58:14 -0000	1.9
***************
*** 1936,1940 ****
  AC_MSG_CHECKING(for --with-cycle-gc)
  AC_ARG_WITH(cycle-gc,
! [  --with(out)-cycle-gc            disable/enable garbage collection])
  
  if test -z "$with_cycle_gc"
--- 1936,1940 ----
  AC_MSG_CHECKING(for --with-cycle-gc)
  AC_ARG_WITH(cycle-gc,
!             AC_HELP_STRING(--with(out)-cycle-gc, disable/enable garbage collection))
  
  if test -z "$with_cycle_gc"
***************
*** 1943,1947 ****
  if test "$with_cycle_gc" != "no"
  then
!     AC_DEFINE(WITH_CYCLE_GC)
  fi
  AC_MSG_RESULT($with_cycle_gc)
--- 1943,1948 ----
  if test "$with_cycle_gc" != "no"
  then
!     AC_DEFINE(WITH_CYCLE_GC, 1, 
!       [Define if you want to enable garbage collection.])
  fi
  AC_MSG_RESULT($with_cycle_gc)


_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list