1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* configure.in: By default, include functions in Guile to allow

linking with dynamic libraries at run-time.  In other words,
--enable-dynamic-linking is now the default.
* configure: Rebuilt.
This commit is contained in:
Jim Blandy 1997-06-12 02:57:41 +00:00
parent 27813a485e
commit af8865f7d9
2 changed files with 177 additions and 174 deletions

348
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,8 @@ if test "$enableval" != n && test "$enableval" != no; then
fi
AC_ARG_ENABLE(dynamic-linking,
[ --enable-dynamic-linking Include support for dynamic linking])
[ --enable-dynamic-linking Include support for dynamic linking],,
enable_dynamic_linking=yes)
AC_ARG_ENABLE(guile-debug,
[ --enable-guile-debug Include internal debugging functions])