From 2a0d4b55593ef497542c6902d2fbf2d2d3b94053 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 5 Feb 2006 22:56:51 +0000 Subject: [PATCH] * configure.in: Removed --enable-arrays option. --- configure.in | 5 ----- 1 file changed, 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)