You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
365 B

  1. --- a/configure
  2. +++ b/configure
  3. @@ -3957,7 +3957,6 @@ if test "x$with_python" = "xno"; then
  4. $as_echo "skipped" >&6; }
  5. PYTHONVERS=
  6. else
  7. - PYTHONVERS=$(ls /usr/include/python*/Python.h 2> /dev/null | sed 's|.*\(python[0-9]*\.[0-9]*\).*|\1|g' | tr '\n' ' ')
  8. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHONVERS" >&5
  9. $as_echo "$PYTHONVERS" >&6; }
  10. fi