From: Max Kellermann Date: Thu, 25 Dec 2008 02:01:50 +0000 (+0100) Subject: configure.ac: removed duplicate NLS option X-Git-Tag: release-0.13~54 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e14efd6ce9ae3d49a349f2a8575d68131eed2304;p=ncmpc.git 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. --- 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