http://llvm.org/bugs/show_bug.cgi?id=17708

            Bug ID: 17708
           Summary: CMake and autoconf disagrees on minimal Python version
           Product: Build scripts
           Version: trunk
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: autoconf
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

CMakeLists requires python >= 2.4:
  set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4)

And configure.ac requires python >= 2.5:
  AC_MSG_CHECKING([for python >= 2.5])
  ...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to