From c3bb45ab71e0d74d7b996873d722bdf0638b53c2 Mon Sep 17 00:00:00 2001 From: sleske Date: Fri, 14 Jun 2013 18:50:39 +0000 Subject: Refactor:core:Rename switch ENABLE_NLS to USE_NATIVE_LANGUAGE_SUPPORT for consistency. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5537 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d2a17c6f..2361c413 100644 --- a/configure.in +++ b/configure.in @@ -777,7 +777,7 @@ if test "x$enable_nls" = "xyes"; then LINGUAS="$LINGUAS$lcode " done fi - AC_DEFINE(ENABLE_NLS, [1], [NLS Please]) + AC_DEFINE(USE_NATIVE_LANGUAGE_SUPPORT, [1], [NLS Please]) echo "xgettext and gettext() exist; will build i18n support for $LINGUAS" else LINGUAS="" @@ -813,7 +813,7 @@ if test x"$LIBINTL" != "x" ;then fi fi -AM_CONDITIONAL(ENABLE_NLS, [test "x$enable_nls" = "xyes"]) +AM_CONDITIONAL(USE_NATIVE_LANGUAGE_SUPPORT, [test "x$enable_nls" = "xyes"]) AM_CONDITIONAL(XGETTEXT_GLADE, [test "x$xgettext_glade" = "xyes"]) AC_CHECK_HEADER( byteswap.h, -- cgit v1.2.1