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
271 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -816,7 +816,6 @@ fi
  4. #
  5. AS_IF([test "$host" = "$build"], [
  6. - AM_PATH_PYTHON([3])
  7. AC_CHECK_HEADER([gelf.h], [], [
  8. AC_MSG_ERROR([libelf headers are required for building clippy. (Host only when cross-compiling.)])
  9. ])