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:
parent
27813a485e
commit
af8865f7d9
2 changed files with 177 additions and 174 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue