-
- Downloads
Bug 1747970 - Move AC_CHECK_FUNC{,S} to python configure. r=firefox-build-system-reviewers,andi
- AC_HAVE_FUNCS is an alias to AC_CHECK_FUNCS, so it is covered. - Nothing uses HAVE___CXA_DEMANGLE, so we don't explictly set it, although we do need the result of whether __cxa_demangle is supported. - No moz.build uses MOZ_DEMANGLE_SYMBOLS, so we only `set_define` it. - We leave dladdr in old-configure because it needs to move along other dl* things. - The hotfix for AC_CHECK_FUNC is however not needed for dladdr, so we remove it. - We replace the forced HAVE_LOCALECONV on Windows with a check shared with all platforms. Differential Revision: https://phabricator.services.mozilla.com/D134858
Showing
- aclocal.m4 0 additions, 1 deletionaclocal.m4
- build/autoconf/alloc.m4 0 additions, 3 deletionsbuild/autoconf/alloc.m4
- build/autoconf/hotfixes.m4 0 additions, 23 deletionsbuild/autoconf/hotfixes.m4
- build/moz.configure/memory.configure 6 additions, 0 deletionsbuild/moz.configure/memory.configure
- js/moz.configure 32 additions, 0 deletionsjs/moz.configure
- js/src/aclocal.m4 0 additions, 1 deletionjs/src/aclocal.m4
- js/src/old-configure.in 0 additions, 31 deletionsjs/src/old-configure.in
- moz.configure 2 additions, 0 deletionsmoz.configure
- old-configure.in 0 additions, 44 deletionsold-configure.in
- toolkit/moz.configure 18 additions, 0 deletionstoolkit/moz.configure
Loading
Please register or sign in to comment