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.

12 lines
489 B

  1. diff --git a/configure.ac b/configure.ac
  2. index 6c61381..7f72871 100644
  3. --- a/configure.ac
  4. +++ b/configure.ac
  5. @@ -773,7 +773,6 @@ if ! test $using_pcap_config = yes; then
  6. AC_CHECK_LIB(nl, nl_cache_alloc, [nl_found=yes])
  7. AC_CHECK_LIB(nl-genl-3, genl_connect, [nl_genl_3_found=yes])
  8. AC_CHECK_LIB(nl-3, nl_cache_alloc, [nl_3_found=yes])
  9. - AC_CHECK_LIB(dbus-1, dbus_malloc, [dbus_1_found=yes])
  10. if test "$nl_found" = "yes"; then
  11. LPCAPLIB="$LPCAPLIB -lnl"
  12. fi