diff --git a/ChangeLog b/ChangeLog index 7a2ac4bad..7ce014965 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-12-16 Kjartan Maraas + + * configure.in: Added "no" to ALL_LINGUAS. + 2001-12-11 Stanislav Visnovsky * configure.in: Added "sk" to ALL_LINGUAS. diff --git a/configure.in b/configure.in index a565aca4c..97d458115 100644 --- a/configure.in +++ b/configure.in @@ -37,7 +37,7 @@ if test "x$GCC" = "xyes"; then fi changequote([,])dnl -ALL_LINGUAS="es gl ru sk sv uk" +ALL_LINGUAS="es gl no ru sk sv uk" AM_GLIB_GNU_GETTEXT ## here we get the flags we'll actually use