From: Peter Johnson Date: Wed, 31 Jan 2007 04:08:27 +0000 (-0000) Subject: Now that Pyrex 0.9.5.1 is out, require it (incorporates a needed fix). X-Git-Tag: v0.6.0~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa63e6debf5a8931dcbe5c2b4fc8698297915380;p=yasm Now that Pyrex 0.9.5.1 is out, require it (incorporates a needed fix). svn path=/trunk/yasm/; revision=1748 --- diff --git a/configure.ac b/configure.ac index 5050d73e..e07c7b3e 100644 --- a/configure.ac +++ b/configure.ac @@ -257,11 +257,11 @@ else if test -z "$PYTHON" || test "$PYTHON" = : ; then have_python=no else - AC_MSG_CHECKING([for Pyrex >= 0.9.5]) - PYREX_CHECK_VERSION(0.9.5, [AC_MSG_RESULT(yes) - have_pyrex=yes], - [AC_MSG_RESULT(no) - have_pyrex=no]) + AC_MSG_CHECKING([for Pyrex >= 0.9.5.1]) + PYREX_CHECK_VERSION(0.9.5.1, [AC_MSG_RESULT(yes) + have_pyrex=yes], + [AC_MSG_RESULT(no) + have_pyrex=no]) AM_CHECK_PYTHON_HEADERS(have_python_headers=yes,have_python_headers=no)