From 04eaea33909fe7098a4226f68a548695c1687b29 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 27 Jul 1999 19:10:34 +0000 Subject: [PATCH] * acconfig.h (GUILE_LANG): New configuration variable. --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index f920ea44a..cab27cabc 100644 --- a/acconfig.h +++ b/acconfig.h @@ -95,6 +95,9 @@ the Guile library itself. */ #undef GUILE_DEBUG +/* Define this to include experimental multilanguage support. */ +#undef GUILE_LANG + /* Define to implement scm_internal_select */ #undef GUILE_ISELECT