Omit vestige of --enable-static-libs from microcode/configure.ac.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 6 Mar 2010 20:08:39 +0000 (15:08 -0500)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 6 Mar 2010 20:08:39 +0000 (15:08 -0500)
src/microcode/configure.ac

index 825dd36b0b2b9a368ae55d134669757b8d863b50..5b9054b8bb3421fd2f729232b72f5f3b2b029751 100644 (file)
@@ -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"