Bug 1890509 - Remove AC_EXEEXT check r=glandium
commit0e7846c3b474873d5550a4cd7f9d039bcaf6ad34
authorserge-sans-paille <sguelton@mozilla.com>
Wed, 17 Apr 2024 05:38:24 +0000 (17 05:38 +0000)
committerserge-sans-paille <sguelton@mozilla.com>
Wed, 17 Apr 2024 05:38:24 +0000 (17 05:38 +0000)
tree4de6857738ba3a77d3fe9de1263c188ce329f50a
parente4be2b91bb23f58502ecce56661c21ae32baa7a9
Bug 1890509 - Remove AC_EXEEXT check r=glandium

This check is used to set $EXEXT, which is unused, but it also sets
$ac_exeext which is used internally for various tests, including
AC_TRY_LINK.

Interestingly, setting $ac_exeext to a non empty value bypasses the only
portability issue with MinGW that automatically adds a `.exe` suffix if no
extension is given. So Always set `.out` as extension, as it's only used
internally.

Differential Revision: https://phabricator.services.mozilla.com/D207001
js/src/old-configure.in
old-configure.in