1
Fork 0
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:
Marius Vollmer 2006-02-05 22:56:51 +00:00
parent 0f24e75b73
commit 2a0d4b5559

View file

@ -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)