Removed configuration option --enable-lang which was recently added.
This commit is contained in:
parent
6ca345f321
commit
4725c2983f
13 changed files with 247 additions and 305 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue