* Merged gc7-branch to default.
[cacao.git] / configure.ac
index 642f98bb2a7c772f571f4e9eb2b5f477e219b5a0..9fb212d06324920a1640404d3b2ece608c297c50 100644 (file)
@@ -935,6 +935,9 @@ AC_CONFIG_FILES([Makefile]
 dnl now configure subpackages with OPT_CFLAGS and ARCH_CFLAGS
 export OPT_CFLAGS
 export ARCH_CFLAGS
+dnl We only build the shared library objects but we use it as
+dnl noinst_LTLIBRARIES
+ac_configure_args="$ac_configure_args --disable-static"
 AC_CONFIG_SUBDIRS(src/mm/boehm-gc)