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.

14 lines
449 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -830,10 +830,7 @@ fi
  4. have_cpuid_h="no"
  5. AC_CHECK_HEADERS(cpuid.h, [have_cpuid_h="yes"])
  6. -have_capability="yes"
  7. -AC_CHECK_HEADERS(sys/capability.h,
  8. - [have_capability="yes"],
  9. - [have_capability="no (<sys/capability.h> not found)"])
  10. +have_capability="no"
  11. if test "x$have_capability" = "xyes"; then
  12. AC_CHECK_LIB(cap, cap_get_proc,
  13. [have_capability="yes"],