Removed configuration option --enable-lang which was recently added.

This commit is contained in:
Mikael Djurfeldt 1999-07-28 20:39:34 +00:00
commit 4725c2983f
13 changed files with 247 additions and 305 deletions

View file

@ -50,13 +50,6 @@ AC_ARG_ENABLE(guile-debug,
AC_DEFINE(GUILE_DEBUG)
fi)
AC_ARG_ENABLE(lang,
[ --enable-lang Include multilanguage support (experimental)],
if test "$enable_lang" = y || test "$enable_lang" = yes; then
AC_DEFINE(GUILE_LANG)
LIBOBJS="$LIBOBJS lang.o"
fi)
dnl The --disable-debug used to control these two. But now they are
dnl a required part of the distribution.
AC_DEFINE(DEBUG_EXTENSIONS)