X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=d7db261c1bf04362c8abb11631b91831e697e212;hb=1ea4314b315a12c6b484cd38d23aa2bf57f544b3;hp=a54cd262d2025648e95449a7840a70c64e56d6f0;hpb=5fbee0c35cc0f02ceea5d5a8be0c1900c63143bb;p=gdcm.git diff --git a/configure.in b/configure.in index a54cd262..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; @@ -85,6 +85,7 @@ gdcm.spec src/Makefile src/jpeg/Makefile src/jpeg/libijg8/Makefile +src/jpeg/libijg12/Makefile gdcmPython/Makefile Test/Makefile Dicts/Makefile