Bug 1122785 - Detect the extension for executables when configuring; r=glandium

This is required for cross-compiles with MSVC on Linux, otherwise
the compiler sanity checks fail because ${ac_exeext} is empty.
This commit is contained in:
Ehsan Akhgari 2015-01-16 18:19:41 -05:00
Родитель f2bf8f12a7
Коммит c6389fef15
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,7 @@ dnl ========================================================
AC_PREREQ(2.13)
AC_INIT(config/config.mk)
AC_CONFIG_AUX_DIR(${srcdir}/build/autoconf)
AC_EXEEXT
AC_CANONICAL_SYSTEM
TARGET_CPU="${target_cpu}"
TARGET_VENDOR="${target_vendor}"

Просмотреть файл

@ -10,6 +10,7 @@ dnl ========================================================
AC_PREREQ(2.13)
AC_INIT(js/src/jsapi.h)
AC_CONFIG_AUX_DIR(${srcdir}/build/autoconf)
AC_EXEEXT
AC_CANONICAL_SYSTEM
TARGET_CPU="${target_cpu}"
TARGET_VENDOR="${target_vendor}"