]> Creatis software - gdcm.git/commitdiff
* Fix a cygwin complain about not finding python2.3, (thanks to LFV)
authormalaterre <malaterre>
Mon, 15 Sep 2003 12:02:42 +0000 (12:02 +0000)
committermalaterre <malaterre>
Mon, 15 Sep 2003 12:02:42 +0000 (12:02 +0000)
configure.in

index 9c90a4a66cc4fd7a587cbebc71e570dfb46d6fa8..d7db261c1bf04362c8abb11631b91831e697e212 100644 (file)
@@ -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;