diff options
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index b489b0e66..cd9e34e33 100644 --- a/configure.in +++ b/configure.in @@ -118,11 +118,6 @@ AC_ARG_ENABLE(guile-debug, SCM_I_GSC_GUILE_DEBUG=1 fi) -AC_ARG_ENABLE(arrays, - [AC_HELP_STRING([--disable-arrays],[omit array and uniform array support])], - , - enable_arrays=yes) - AC_ARG_ENABLE(posix, [ --disable-posix omit posix interfaces],, enable_posix=yes) |