Set $PYTHON for mingw

master
Yevgen Muntyan 2006-04-30 20:54:05 -05:00
parent dc2e54c2e9
commit d7de6ce3f2
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ AC_DEFUN([_MOO_AC_CHECK_PYTHON_MINGW],[
if test -z $PYTHON_LDFLAGS; then
PYTHON_LDFLAGS="-L$PYTHON_PREFIX/libs -lpython$no_dot_version -mno-cygwin"
fi
if test -z $PYTHON; then
PYTHON="python"
fi
# check whether Python.h and library exists