components/clisp/Makefile
changeset 826 c6aad84d2493
parent 800 2ad056ed89ec
child 976 3e60a8a2dff1
child 2398 54c1297f2b4b
--- a/components/clisp/Makefile	Wed May 23 01:05:52 2012 -0700
+++ b/components/clisp/Makefile	Wed May 23 11:03:10 2012 -0700
@@ -51,7 +51,7 @@
 
 # clisp's configure script is not a GNU auto* tools generated configure script
 # and doesn't take --sbindir, so we need to override the default values.
-CONFIGURE_OPTIONS = CC="$(CC)"
+CONFIGURE_OPTIONS = CC="$(CC) -DNO_GENERATIONAL_GC"
 CONFIGURE_OPTIONS += --prefix=$(CONFIGURE_PREFIX)
 CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
 CONFIGURE_OPTIONS += --bindir=$(CONFIGURE_BINDIR.$(BITS))