Skip to content

Commit

Permalink
Bug 1541329 - Remove useless localeconv check. r=froydnj
Browse files Browse the repository at this point in the history
There is already a AC_HAVE_FUNC(localeconv) in js/src/old-configure.in
on non-Windows, and on Windows, HAVE_LOCALECONV is always set.

Differential Revision: https://phabricator.services.mozilla.com/D25903

--HG--
extra : moz-landing-system : lando
  • Loading branch information
glandium committed Apr 3, 2019
1 parent fe0b4da commit 8d0464d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/src/old-configure.in
Expand Up @@ -1644,8 +1644,6 @@ dnl ========================================================

MOZ_CHECK_ALLOCATOR

AC_CHECK_FUNCS(localeconv)

AC_SUBST(ac_configure_args)

if test -n "$JS_STANDALONE"; then
Expand Down

0 comments on commit 8d0464d

Please sign in to comment.