summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-06-14 18:50:39 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-06-14 18:50:39 +0000
commitc3bb45ab71e0d74d7b996873d722bdf0638b53c2 (patch)
treefb6ae3a1b8409745fd56776698999e7917f2dab6 /configure.in
parente5ece4739894651a13fd9cd801aff27543d53e62 (diff)
downloadnavit-svn-c3bb45ab71e0d74d7b996873d722bdf0638b53c2.tar.gz
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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,