From e14efd6ce9ae3d49a349f2a8575d68131eed2304 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Dec 2008 03:01:50 +0100 Subject: [PATCH] configure.ac: removed duplicate NLS option There was --enable-nls in configure.ac, and --disable-nls in m4/nls.m4. Remove the first one, it wasn't working anyway. --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/configure.ac b/configure.ac index c987fa2..68eb652 100644 --- a/configure.ac +++ b/configure.ac @@ -139,17 +139,6 @@ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.4],, dnl i18n -AC_MSG_CHECKING([national language support]) -AC_ARG_ENABLE([nls], - AS_HELP_STRING([--enable-nls], [Enable national language support]), - [enable_nls=$enableval], - [enable_nls=$disable_mini]) -AC_MSG_RESULT([$enable_nls]) - -if test "x$enable_nls" = xno; then - nls=no -fi - AM_NLS nls=$USE_NLS -- 2.30.2