bug 361583, bustage fix for cygwin builds, don't use cygwin-wrapper. We may add that back for non-cygwin pythons

This commit is contained in:
axel@pike.org 2007-04-11 10:09:51 -07:00
parent a07c2ab9b2
commit 0790c5b099

View File

@ -1405,7 +1405,9 @@ case "$host" in
AS_PERL=1
PERL="${CYGWIN_WRAPPER} $PERL"
fi
PYTHON="${CYGWIN_WRAPPER} $PYTHON"
dnl add this in for non-cygwin python on cygwin builds
dnl bug 361583
dnl PYTHON="${CYGWIN_WRAPPER} $PYTHON"
;;
esac
;;