Loading configure.in +2 −5 Original line number Diff line number Diff line Loading @@ -982,7 +982,7 @@ else AC_MSG_RESULT([yes]) fi MOZ_PATH_PROGS(PYTHON, $PYTHON python2.6 python2.5 python2.4 python) MOZ_PATH_PROGS(PYTHON, $PYTHON python2.7 python2.6 python2.5 python) if test -z "$PYTHON"; then AC_MSG_ERROR([python was not found in \$PATH]) fi Loading Loading @@ -1828,8 +1828,6 @@ case "$host" in ;; *cygwin*|*mingw*|*mks*|*msvc*|*wince|*winmo) # we need Python 2.5 on Windows PYTHON_VERSION=2.5 if test -n "$_WIN32_MSVC"; then HOST_AR=lib HOST_AR_FLAGS='-NOLOGO -OUT:"$@"' Loading Loading @@ -1903,8 +1901,7 @@ case "$host" in ;; esac dnl We require version 2.4 or newer of Python to build, dnl and 2.5 or newer on Windows. dnl We require version 2.5 or newer of Python to build. AC_MSG_CHECKING([for minimum required Python version >= $PYTHON_VERSION]) changequote(,) $PYTHON -c "import sys; sys.exit(sys.version[:3] < sys.argv[1])" $PYTHON_VERSION Loading Loading
configure.in +2 −5 Original line number Diff line number Diff line Loading @@ -982,7 +982,7 @@ else AC_MSG_RESULT([yes]) fi MOZ_PATH_PROGS(PYTHON, $PYTHON python2.6 python2.5 python2.4 python) MOZ_PATH_PROGS(PYTHON, $PYTHON python2.7 python2.6 python2.5 python) if test -z "$PYTHON"; then AC_MSG_ERROR([python was not found in \$PATH]) fi Loading Loading @@ -1828,8 +1828,6 @@ case "$host" in ;; *cygwin*|*mingw*|*mks*|*msvc*|*wince|*winmo) # we need Python 2.5 on Windows PYTHON_VERSION=2.5 if test -n "$_WIN32_MSVC"; then HOST_AR=lib HOST_AR_FLAGS='-NOLOGO -OUT:"$@"' Loading Loading @@ -1903,8 +1901,7 @@ case "$host" in ;; esac dnl We require version 2.4 or newer of Python to build, dnl and 2.5 or newer on Windows. dnl We require version 2.5 or newer of Python to build. AC_MSG_CHECKING([for minimum required Python version >= $PYTHON_VERSION]) changequote(,) $PYTHON -c "import sys; sys.exit(sys.version[:3] < sys.argv[1])" $PYTHON_VERSION Loading