From 60ee49e729b88356eef83d08968946766a95e80c Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 6 Mar 2010 15:08:39 -0500 Subject: [PATCH] Omit vestige of --enable-static-libs from microcode/configure.ac. --- src/microcode/configure.ac | 5 ----- 1 file changed, 5 deletions(-) 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" -- 2.25.1