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 17:09:51 +00:00
Родитель 08e48ef2b6
Коммит 3aa4f04366
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -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
;;