diff --git a/configure.ac b/configure.ac index 54d7734a7..d5e2ae267 100644 --- a/configure.ac +++ b/configure.ac @@ -482,6 +482,7 @@ if test $have_libpcap = yes; then fi if test $have_libpcap != yes; then + ac_configure_args="$ac_configure_args '--disable-dbus'" AC_CONFIG_SUBDIRS(libpcap) if test "${LIBPCAP_INC+set}" = "set"; then CPPFLAGS="$CPPFLAGS -I$LIBPCAP_INC"