зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1429682 - Remove HAVE_I18N_LC_MESSAGES from old-configure.in. r=froydnj
After landing bug 1356263, no one uses HAVE_I18N_LC_MESSAGES. So it is unnecessary to check LC_MESSAGES. MozReview-Commit-ID: IPgl3rQ2qrd --HG-- extra : rebase_source : 542ada2cf9ac2775855bba29f39044b55fa93f20
This commit is contained in:
Родитель
3757544495
Коммит
8b76ad494e
|
@ -1327,17 +1327,6 @@ dnl Internationalization and Locale support is different
|
|||
dnl on various UNIX platforms. Checks for specific i18n
|
||||
dnl features go here.
|
||||
|
||||
dnl check for LC_MESSAGES
|
||||
AC_CACHE_CHECK(for LC_MESSAGES,
|
||||
ac_cv_i18n_lc_messages,
|
||||
[AC_TRY_COMPILE([#include <locale.h>],
|
||||
[int category = LC_MESSAGES;],
|
||||
ac_cv_i18n_lc_messages=yes,
|
||||
ac_cv_i18n_lc_messages=no)])
|
||||
if test "$ac_cv_i18n_lc_messages" = yes; then
|
||||
AC_DEFINE(HAVE_I18N_LC_MESSAGES)
|
||||
fi
|
||||
|
||||
AC_HAVE_FUNCS(localeconv)
|
||||
fi # ! SKIP_COMPILER_CHECKS
|
||||
|
||||
|
|
|
@ -1728,17 +1728,6 @@ dnl Internationalization and Locale support is different
|
|||
dnl on various UNIX platforms. Checks for specific i18n
|
||||
dnl features go here.
|
||||
|
||||
dnl check for LC_MESSAGES
|
||||
AC_CACHE_CHECK(for LC_MESSAGES,
|
||||
ac_cv_i18n_lc_messages,
|
||||
[AC_TRY_COMPILE([#include <locale.h>],
|
||||
[int category = LC_MESSAGES;],
|
||||
ac_cv_i18n_lc_messages=yes,
|
||||
ac_cv_i18n_lc_messages=no)])
|
||||
if test "$ac_cv_i18n_lc_messages" = yes; then
|
||||
AC_DEFINE(HAVE_I18N_LC_MESSAGES)
|
||||
fi
|
||||
|
||||
AC_HAVE_FUNCS(localeconv)
|
||||
|
||||
fi # ! SKIP_COMPILER_CHECKS
|
||||
|
|
Загрузка…
Ссылка в новой задаче