X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=b3c478a3ac29a5d7f98c105efbac9de56ec095c5;hb=6fb06ce6ee35b5f431a40c9d6ebc4d2ac2a401e6;hp=e954c4f88702c498544d3ad26f740cc8ceb1daa3;hpb=8065aa73ff77e170a816e28dc7c4414a9b485d41;p=fw%2Fsdcc diff --git a/configure.in b/configure.in index e954c4f8..b3c478a3 100755 --- a/configure.in +++ b/configure.in @@ -232,9 +232,20 @@ else AC_DEFINE_UNQUOTED(OPT_DISABLE_AVR, 0) fi +AC_ARG_ENABLE(boehm-gc,--disable-boehm-gc: Excludes sdcc use of libgc.) +AC_SUBST(DISABLE_GC,1) +if test "$enable_boehm_gc" = "no"; then + AC_DEFINE(OPT_DISABLE_GC, 1) + DISABLE_GC=1 +else + AC_DEFINE(OPT_DISABLE_GC, 0) + DISABLE_GC=0 +fi + # Generating output files # =========================================================================== AC_CONFIG_SUBDIRS(sim/ucsim) +AC_CONFIG_SUBDIRS(packihx) # MLH: removed as the rules are already in Makefile.common #as/z80/Makefile #link/z80/Makefile