From b140f3f88e3df8249422d3bc02c07f07a56a8435 Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Sat, 6 Mar 2010 18:50:45 -0500 Subject: [PATCH] Bug 550602 - pymake broken with ctypes changes, override SHELL, r=ted --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 15a5ca9ae4eb..64aec01f3723 100644 --- a/configure.in +++ b/configure.in @@ -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