diff options
author | Marius Vollmer <mvo@zagadka.de> | 2006-02-05 22:56:51 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2006-02-05 22:56:51 +0000 |
commit | 2a0d4b55593ef497542c6902d2fbf2d2d3b94053 (patch) | |
tree | 8ef99b2f5774a136c23cc6ca2914a7d6cc435763 | |
parent | 0f24e75b73b9c0c745971de639a53748a395a1cb (diff) | |
download | guile-2a0d4b55593ef497542c6902d2fbf2d2d3b94053.tar.gz |
* configure.in: Removed --enable-arrays option.
-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) |