From: Taylor R Campbell Date: Sat, 6 Mar 2010 20:08:39 +0000 (-0500) Subject: Omit vestige of --enable-static-libs from microcode/configure.ac. X-Git-Tag: 20100708-Gtk~129 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=60ee49e729b88356eef83d08968946766a95e80c;p=mit-scheme.git Omit vestige of --enable-static-libs from microcode/configure.ac. --- diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac index 825dd36b0..5b9054b8b 100644 --- a/src/microcode/configure.ac +++ b/src/microcode/configure.ac @@ -169,11 +169,6 @@ AC_ARG_WITH([module-loader], [Pathname of the Scheme executable, for building modules only])) : ${with_module_loader='yes'} -if test ${enable_static_libs} != no && test ${enable_native_code} = c; then - AC_MSG_ERROR( - [--enable-native-code=c incompatible with --enable-static-libs]) -fi - dnl Substitution variables to be filled in below. AS_FLAGS= GC_HEAD_FILES="gccode.h cmpgc.h cmpintmd-config.h cmpintmd.h"