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.

15 lines
429 B

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