mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
* configure.in: Removed --enable-arrays option.
This commit is contained in:
parent
0f24e75b73
commit
2a0d4b5559
1 changed files with 0 additions and 5 deletions
|
@ -118,11 +118,6 @@ AC_ARG_ENABLE(guile-debug,
|
||||||
SCM_I_GSC_GUILE_DEBUG=1
|
SCM_I_GSC_GUILE_DEBUG=1
|
||||||
fi)
|
fi)
|
||||||
|
|
||||||
AC_ARG_ENABLE(arrays,
|
|
||||||
[AC_HELP_STRING([--disable-arrays],[omit array and uniform array support])],
|
|
||||||
,
|
|
||||||
enable_arrays=yes)
|
|
||||||
|
|
||||||
AC_ARG_ENABLE(posix,
|
AC_ARG_ENABLE(posix,
|
||||||
[ --disable-posix omit posix interfaces],,
|
[ --disable-posix omit posix interfaces],,
|
||||||
enable_posix=yes)
|
enable_posix=yes)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue