diff --git a/configure b/configure index e1f5c8912..67ed01a14 100755 --- a/configure +++ b/configure @@ -8362,12 +8362,15 @@ fi # Check whether --enable-clone was given. if test ${enable_clone+y} then : - enableval=$enable_clone; printf "%s\n" "#define CLICK_NOINDIRECT 1" >>confdefs.h - + enableval=$enable_clone; : else $as_nop : fi +if test "$enable_clone" = no; then + printf "%s\n" "#define CLICK_NOINDIRECT 1" >>confdefs.h + +fi # Check whether --enable-rsspp was given. if test ${enable_rsspp+y} diff --git a/lib/fromfile.cc b/lib/fromfile.cc index 1c95e6f09..e6cd28714 100644 --- a/lib/fromfile.cc +++ b/lib/fromfile.cc @@ -51,7 +51,7 @@ FromFile::FromFile() _mmap(true), #endif #if HAVE_DPDK - _dpdk(true), + _dpdk(false), #endif _filename(), _pipe(0), _landmark_pattern("%f"), _lineno(0) {