Bug 550602 - pymake broken with ctypes changes, override SHELL, r=ted

This commit is contained in:
Benjamin Smedberg 2010-03-06 18:50:45 -05:00
Родитель 2eae1b44be
Коммит 6d2f2899e8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -8738,7 +8738,7 @@ if test "$BUILD_CTYPES"; then
if test "$_MSC_VER"; then
# Use a wrapper script for cl and ml that looks more like gcc.
# autotools can't quite handle an MSVC build environment yet.
ac_configure_args="$ac_configure_args CC=$_topsrcdir/js/ctypes/libffi/msvcc.sh LD=link CPP=\"cl -nologo -EP\""
ac_configure_args="$ac_configure_args CC=$_topsrcdir/js/ctypes/libffi/msvcc.sh LD=link CPP=\"cl -nologo -EP\" SHELL=sh.exe"
fi
if test "$SOLARIS_SUNPRO_CC"; then
# Always use gcc for libffi on Solaris