X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=configure.in;h=d7db261c1bf04362c8abb11631b91831e697e212;hb=a2fd1ec6997c33fb40dd3295e3c7f630d26af37a;hp=9c90a4a66cc4fd7a587cbebc71e570dfb46d6fa8;hpb=5e2d2ceb4eeffa692668c16e69b9e62ddaa16be8;p=gdcm.git diff --git a/configure.in b/configure.in index 9c90a4a6..d7db261c 100644 --- a/configure.in +++ b/configure.in @@ -62,7 +62,7 @@ AC_ARG_ENABLE(python, dnl AC_MSG_RESULT($enable_python) build_python=no if test "yes" = "$enable_python"; then - AM_PATH_PYTHON(2.0) + AM_PATH_PYTHON(2.0.0) if test -n "$PYTHON"; then AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)]) build_python=yes;