projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f53c4ad
)
Omit vestige of --enable-static-libs from microcode/configure.ac.
author
Taylor R Campbell
<campbell@mumble.net>
Sat, 6 Mar 2010 20:08:39 +0000
(15:08 -0500)
committer
Taylor R Campbell
<campbell@mumble.net>
Sat, 6 Mar 2010 20:08:39 +0000
(15:08 -0500)
src/microcode/configure.ac
patch
|
blob
|
history
diff --git
a/src/microcode/configure.ac
b/src/microcode/configure.ac
index 825dd36b0b2b9a368ae55d134669757b8d863b50..5b9054b8bb3421fd2f729232b72f5f3b2b029751 100644
(file)
--- 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"